diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-23 11:08:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-23 11:08:04 +0000 |
commit | 8e81e236966d75c66033bf5e81aaa65ece61e8d7 (patch) | |
tree | 62b6d1477c381cc854c33ead7c8a20b1eb2954f0 /mail/dcc-dccd/files/patch-configure | |
parent | A multimedia server for KiSS/Linksys media players that enables the player to (diff) |
- Update to 1.3.86
- Overhaul the port a great deal
- Take maintainership
PR: ports/121840
Submitted by: Craig Green <cgreen@sentex.net>
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 |