diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 07:08:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 07:08:17 +0000 |
commit | 86a63fb00d4af3cd9ce2486c1f2b3819b1f29f00 (patch) | |
tree | fc250a8b98531880f4a7da1499e6ae8536793285 /mail/postfix-gps/files/patch-configure.in | |
parent | New port: x11/xbelld (diff) |
[NEW PORT]: mail/postfix-gps
This is a shar(1) archive for a new port, postfix-gps, which
implements a database based greylisting add-in for postfix.
PR: ports/71912
Submitted by: Xin LI <delphij@freebsd.org>
Notes
Notes:
svn path=/head/; revision=124913
Diffstat (limited to 'mail/postfix-gps/files/patch-configure.in')
-rw-r--r-- | mail/postfix-gps/files/patch-configure.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/postfix-gps/files/patch-configure.in b/mail/postfix-gps/files/patch-configure.in new file mode 100644 index 000000000000..9b61221091ba --- /dev/null +++ b/mail/postfix-gps/files/patch-configure.in @@ -0,0 +1,12 @@ +--- configure.in.orig Fri Sep 17 07:55:55 2004 ++++ configure.in Mon Sep 20 01:48:31 2004 +@@ -20,9 +20,6 @@ + + AC_LANG_CPLUSPLUS + AC_PROG_CXX +-AM_PROG_LIBTOOL +-AC_PROG_LD +-AM_PROG_LD + dnl AC_CHECK_LIB(dbi, libdbi) + + AC_HAVE_HEADERS(syslog.h) |