diff options
author | Clive Lin <clive@FreeBSD.org> | 2004-10-14 10:16:14 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2004-10-14 10:16:14 +0000 |
commit | 5cfe4ba8cab4ba9931abde6954d7a0a3f08be261 (patch) | |
tree | c9f93f2e99199de6e3139b2f19e545aa5a7c0beb /mail/milter-spamc/files/patch-aa | |
parent | - Update to 1.2 (diff) |
Add milter-spamc, a bridge between spamc from SpamAssassin and
sendmail. The libsnert stuff mentioned in the PR is not addressed
in this commit, since it is not a run time dependency, and is
strictly coupled with milter-spamc itself.
PR: ports/71486
Submitted by: Michael O. Boev <mike@tric.tomsk.gov.ru>
Notes
Notes:
svn path=/head/; revision=119398
Diffstat (limited to 'mail/milter-spamc/files/patch-aa')
-rw-r--r-- | mail/milter-spamc/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/milter-spamc/files/patch-aa b/mail/milter-spamc/files/patch-aa new file mode 100644 index 000000000000..a5d083339461 --- /dev/null +++ b/mail/milter-spamc/files/patch-aa @@ -0,0 +1,10 @@ +--- configure.orig Fri Jun 11 20:37:06 2004 ++++ configure Wed Jun 16 13:43:31 2004 +@@ -1617,6 +1617,6 @@ + COMPILE='$(CC) $(CFLAGS) $(CC_O)$*$O -c $<' + +- CFLAGS="$CFLAGS -pthread -fvolatile" ++ CFLAGS="$CFLAGS -Wall -fvolatile" + elif test "$OS" = 'SunOS'; then + # This used to be -I{}, but I've seen two different SunOS 5.8 + # systems in two different parts of the world with man pages |