summaryrefslogtreecommitdiffstats
path: root/mail/dcc-dccd
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-09-07 22:06:04 +0000
committerpav <pav@FreeBSD.org>2005-09-07 22:06:04 +0000
commitef409d0e5febda4e4fec0121b3f973625e931f6d (patch)
treee50e8451163f4e9bbf8cde772a8917dcc21833df /mail/dcc-dccd
parent2183f2d49d6587ff37ff1a22b418b829835548b0 (diff)
downloadFreeBSD-ports-ef409d0e5febda4e4fec0121b3f973625e931f6d.zip
FreeBSD-ports-ef409d0e5febda4e4fec0121b3f973625e931f6d.tar.gz
- Patch out hard reference to -lc_r from configure script
Fixes build on ia64 Reported by: krismail Tested on: pluto1
Diffstat (limited to 'mail/dcc-dccd')
-rw-r--r--mail/dcc-dccd/files/patch-configure15
1 files changed, 12 insertions, 3 deletions
diff --git a/mail/dcc-dccd/files/patch-configure b/mail/dcc-dccd/files/patch-configure
index 8abb821..40253a2 100644
--- a/mail/dcc-dccd/files/patch-configure
+++ b/mail/dcc-dccd/files/patch-configure
@@ -1,6 +1,15 @@
---- configure.orig Fri Jul 22 11:36:56 2005
-+++ configure Sat Jul 23 11:27:41 2005
-@@ -2445,6 +2445,13 @@
+--- configure.orig Sun Jul 31 18:57:46 2005
++++ configure Thu Sep 8 00:02:36 2005
+@@ -998,7 +998,7 @@
+ ;;
+ FreeBSD)
+ PTHREAD_LDFLAGS="$PTHREAD_LDFLAGS -pthread"
+- PTHREAD_LIBS="$PTHREAD_LIBS -lc_r"
++ PTHREAD_LIBS="$PTHREAD_LIBS"
+ ;;
+ DragonFly)
+ PTHREAD_LDFLAGS="$PTHREAD_LDFLAGS -pthread"
+@@ -2487,6 +2487,13 @@
SENDMAIL="$with_sendmail"
SENDMAIL_EVAL="$SENDMAIL"
with_sendmail=yes
OpenPOWER on IntegriCloud