aboutsummaryrefslogtreecommitdiff
path: root/devel/root/files/patch-configure
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-04-18 13:52:23 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-04-18 13:52:23 +0000
commitacc84a6ae850c923e9aef4af6983b31573cb0411 (patch)
tree2a93c8116a8c3e4453485b2be26c5093fb7ee93b /devel/root/files/patch-configure
parent4048ba5aed38c6b0df683a93e5ebebd3817b7f00 (diff)
downloadports-acc84a6ae850c923e9aef4af6983b31573cb0411.tar.gz
ports-acc84a6ae850c923e9aef4af6983b31573cb0411.zip
Notes
Diffstat (limited to 'devel/root/files/patch-configure')
-rw-r--r--devel/root/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/root/files/patch-configure b/devel/root/files/patch-configure
new file mode 100644
index 000000000000..f68b2459fbf3
--- /dev/null
+++ b/devel/root/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Thu Feb 19 01:11:18 2004
++++ configure Sat Apr 17 13:54:24 2004
+@@ -901,7 +901,7 @@
+ ;;
+ freebsd*)
+ if test "x$enable_thread" = "xyes"; then
+- threadlib="-pthread"
++ threadlib="$PTHREAD_LIBS"
+ threadlibdir=
+ fi
+ ;;