aboutsummaryrefslogtreecommitdiff
path: root/devel/root/files/patch-configure
diff options
context:
space:
mode:
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
+ ;;