diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-16 20:57:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-16 20:57:39 +0000 |
commit | 2a686b1c21b94162d950701d4e793574b19822a7 (patch) | |
tree | f5b4d3ffd38917b8686c90cc44dcd04d1e2a9662 /mail/spamilter | |
parent | 7fb8a2a32a8261608dedcabfeffe715a3a9470a7 (diff) | |
download | ports-2a686b1c21b94162d950701d4e793574b19822a7.tar.gz ports-2a686b1c21b94162d950701d4e793574b19822a7.zip |
Notes
Diffstat (limited to 'mail/spamilter')
-rw-r--r-- | mail/spamilter/files/patch-Makefile.tmpl | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/mail/spamilter/files/patch-Makefile.tmpl b/mail/spamilter/files/patch-Makefile.tmpl index 151bc2a12dd6..130a77633c14 100644 --- a/mail/spamilter/files/patch-Makefile.tmpl +++ b/mail/spamilter/files/patch-Makefile.tmpl @@ -1,5 +1,14 @@ ---- Makefile.tmpl.orig Sun Apr 11 01:53:56 2004 -+++ Makefile.tmpl Wed Apr 21 17:48:38 2004 +--- Makefile.tmpl.orig Thu Apr 29 15:46:00 2004 ++++ Makefile.tmpl Mon Aug 23 16:23:03 2004 +@@ -27,7 +27,7 @@ + <ALL> + <ALL>INCLUDEDIR= -I. -I${SMDIR}/include + <ALL> +-<BSD>CFLAGS= -pthread ++#<BSD>CFLAGS= -pthread + <SunOS>CFLAGS= + <Linux>CFLAGS= -pthread + <ALL>#CFLAGS+= -ggdb -g3 @@ -68,7 +68,7 @@ <Linux> rm -f *.o *core spamilter dnsblchk dnsblupd mxlookup iflookup <ALL> cd libspf; ${MAKE} $@ |