summaryrefslogtreecommitdiff
path: root/www/pound/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'www/pound/files/patch-configure')
-rw-r--r--www/pound/files/patch-configure13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/pound/files/patch-configure b/www/pound/files/patch-configure
deleted file mode 100644
index 4cf238659539..000000000000
--- a/www/pound/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Fri Apr 30 22:18:25 2004
-+++ configure Fri Apr 30 22:19:13 2004
-@@ -2348,8 +2348,8 @@
-
- case $target_os in
- *BSD*|*bsd*)
-- CPPFLAGS="${CPPFLAGS} -pthread -DNEED_STACK -D_REENTRANT -D_THREAD_SAFE"
-- LDFLAGS="${LDFLAGS} -pthread"
-+ CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS} -DNEED_STACK -D_REENTRANT -D_THREAD_SAFE"
-+ LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}"
- ;;
- *)
- CPPFLAGS="${CPPFLAGS} -D_REENTRANT"