diff options
author | Patrick Li <pat@FreeBSD.org> | 2005-06-12 06:15:34 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2005-06-12 06:15:34 +0000 |
commit | 7e5076c44937e540a02626278f34bd36f38826d3 (patch) | |
tree | a7451dd4107b27df7467edc87e8294cd30c7f7bd /mail/dcc-dccd/files/patch-configure | |
parent | Fix pkg-plist (diff) |
Update to 1.3.5
PR: ports/82156
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=137303
Diffstat (limited to 'mail/dcc-dccd/files/patch-configure')
-rw-r--r-- | mail/dcc-dccd/files/patch-configure | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/mail/dcc-dccd/files/patch-configure b/mail/dcc-dccd/files/patch-configure index f9c6cec4f8f6..c080050755d1 100644 --- a/mail/dcc-dccd/files/patch-configure +++ b/mail/dcc-dccd/files/patch-configure @@ -1,18 +1,16 @@ ---- configure.orig Mon May 17 21:32:49 2004 -+++ configure Tue May 25 18:19:48 2004 -@@ -2244,6 +2244,15 @@ +--- configure.orig Thu May 26 21:52:13 2005 ++++ configure Sun Jun 12 11:17:03 2005 +@@ -2491,6 +2491,13 @@ 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 ++ 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 DEPTH=. |