diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-12-17 04:57:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-12-17 04:57:39 +0800 |
commit | 119e00724d41c271b06156b43ee8f09b1a9b3504 (patch) | |
tree | c845c055ab6038ee66738789876d872b5d5bdff4 | |
parent | 0d8422c3cdc761ce599fa10ac1317bcff3c8e729 (diff) | |
download | freebsd-ports-gnome-119e00724d41c271b06156b43ee8f09b1a9b3504.tar.gz freebsd-ports-gnome-119e00724d41c271b06156b43ee8f09b1a9b3504.tar.zst freebsd-ports-gnome-119e00724d41c271b06156b43ee8f09b1a9b3504.zip |
- Fix threading for FreeBSD 5.2.1
-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} $@ |