summaryrefslogtreecommitdiff
path: root/devel/root/files/patch-configure
blob: f68b2459fbf37b509863637286b39943a0ff1328 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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
     ;;