diff options
Diffstat (limited to 'mail/dcc-dccd/files/patch-configure')
-rw-r--r-- | mail/dcc-dccd/files/patch-configure | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/mail/dcc-dccd/files/patch-configure b/mail/dcc-dccd/files/patch-configure deleted file mode 100644 index 40253a217ebf..000000000000 --- a/mail/dcc-dccd/files/patch-configure +++ /dev/null @@ -1,25 +0,0 @@ ---- 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 -+fi -+if test -n "$SENDMAIL" -a "$SENDMAIL" != "no"; then -+ if test -f $SENDMAIL/include/libmilter/mfapi.h -a -f $SENDMAIL/lib/libmilter.a; then -+ SENDMAIL_OBJ=$SENDMAIL/lib -+ SENDMAIL_OBJ_EVAL=$SENDMAIL_OBJ -+ SENDMAIL_LIB=$SENDMAIL_OBJ/libmilter.a -+ fi - fi - if test -z "$SENDMAIL"; then - # prefer a parallel ../sendmail directory |