summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2007-01-23 18:14:36 +0000
committerStefan Walter <stefan@FreeBSD.org>2007-01-23 18:14:36 +0000
commit2d56d286afcd8165174bfb418d6b5dfd98b8f3b9 (patch)
tree7ce0555a348d8cfde9f0cf62aac201dec97fde46 /mail
parentUpgrade to 6.6. (diff)
Set USE_GCC=3.2+ to fix build on 4.x.
Reported by: Chad R. Larson
Notes
Notes: svn path=/head/; revision=183107
Diffstat (limited to 'mail')
-rw-r--r--mail/spamprobe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile
index 420501cd3260..56e4b83787ab 100644
--- a/mail/spamprobe/Makefile
+++ b/mail/spamprobe/Makefile
@@ -21,6 +21,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= stefan@FreeBSD.org
COMMENT= Spam detector using Bayesian analysis of word counts
+USE_GCC= 3.2+
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"