diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2007-01-23 18:14:36 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2007-01-23 18:14:36 +0000 |
commit | 2d56d286afcd8165174bfb418d6b5dfd98b8f3b9 (patch) | |
tree | 7ce0555a348d8cfde9f0cf62aac201dec97fde46 /mail/spamprobe | |
parent | Upgrade 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/spamprobe')
-rw-r--r-- | mail/spamprobe/Makefile | 1 |
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}" |