diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
commit | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch) | |
tree | 0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/rbl-milter/files/patch-configure | |
parent | science/sigrok-cli: update to 0.5.0 (diff) |
Rename mail/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363275
Diffstat (limited to 'mail/rbl-milter/files/patch-configure')
-rw-r--r-- | mail/rbl-milter/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/rbl-milter/files/patch-configure b/mail/rbl-milter/files/patch-configure new file mode 100644 index 000000000000..743700ee030f --- /dev/null +++ b/mail/rbl-milter/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig Thu Jun 13 11:26:23 2002 ++++ configure Sun Feb 15 18:31:33 2004 +@@ -1229,8 +1229,8 @@ + + + LDFLAGS="$LDFLAGS -L$SENDMAIL_OBJ/libmilter -L$SENDMAIL_OBJ/libsm -L$SENDMAIL_OBJ/libsmutil -L$SENDMAIL_OBJ/lib"; +-CFLAGS="$CFLAGS -Wall -Werror" +-LIBS="$LIBS -pthread -lpthread" ++CFLAGS="$CFLAGS $PTHREAD_CFLAGS -Wall -Werror" ++LIBS="$LIBS $PTHREAD_LIBS" + + + echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 |