summaryrefslogtreecommitdiff
path: root/mail/milter-spamc/files/patch-ad
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2004-10-14 10:16:14 +0000
committerClive Lin <clive@FreeBSD.org>2004-10-14 10:16:14 +0000
commit5cfe4ba8cab4ba9931abde6954d7a0a3f08be261 (patch)
treec9f93f2e99199de6e3139b2f19e545aa5a7c0beb /mail/milter-spamc/files/patch-ad
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-ad')
-rw-r--r--mail/milter-spamc/files/patch-ad10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/milter-spamc/files/patch-ad b/mail/milter-spamc/files/patch-ad
new file mode 100644
index 000000000000..611e79b2586b
--- /dev/null
+++ b/mail/milter-spamc/files/patch-ad
@@ -0,0 +1,10 @@
+--- ../lib/configure.orig Wed Jun 16 13:56:11 2004
++++ ../lib/configure Wed Jun 16 13:56:19 2004
+@@ -1621,7 +1621,6 @@
+
+ if test "$OS" = 'FreeBSD'; then
+ # Assume GCC.
+- CFLAGS="${CFLAGS} -D_THREAD_SAFE -pthread"
+ COMPILE='$(CC) $(CFLAGS) $(CC_O)$*$O -c $<'
+ ARCHIVE='ar rc $(LIB) {}'
+ XARGSI='xargs -J{}'