summaryrefslogtreecommitdiff
path: root/www/pound/files/patch-configure
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2003-01-28 00:11:44 +0000
committerAnders Nordby <anders@FreeBSD.org>2003-01-28 00:11:44 +0000
commit13bc24f1078e2ed70aab0b2ec701393d50de7f6b (patch)
treeecb92b0fecf255c4d62a12016c1f1653c0957b8e /www/pound/files/patch-configure
parentUpgrade to version 2001-09 (last version) (diff)
Update to 1.2.
PR: 45585 Partly submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to '')
-rw-r--r--www/pound/files/patch-configure12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/pound/files/patch-configure b/www/pound/files/patch-configure
new file mode 100644
index 000000000000..cc5312ae4ecd
--- /dev/null
+++ b/www/pound/files/patch-configure
@@ -0,0 +1,12 @@
+--- configure.orig Fri Dec 20 08:36:29 2002
++++ configure Mon Jan 27 23:45:29 2003
+@@ -1831,7 +1831,8 @@
+ if test $ac_cv_lib_pthread_pthread_create = yes; then
+ LIBS="-lpthread ${LIBS}"
+ else
+- CFLAGS="${CFLAGS} -pthread -DNEED_STACK"; LDFLAGS="${LDFLAGS} -pthread"
++ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -DNEED_STACK"
++ LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}"
+ fi
+
+ echo "$as_me:1837: checking for socket in -lsocket" >&5