aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-10-13 09:14:23 +0800
committermarcus <marcus@FreeBSD.org>2004-10-13 09:14:23 +0800
commit5c8e08358305cefc3c36cf5857dc37a809a50656 (patch)
tree8ca70aca120a13daa250cd05023e720c0d400b69 /mail
parent26908d2466281442ce21320f2005466e4bf01b99 (diff)
downloadfreebsd-ports-gnome-5c8e08358305cefc3c36cf5857dc37a809a50656.tar.gz
freebsd-ports-gnome-5c8e08358305cefc3c36cf5857dc37a809a50656.tar.zst
freebsd-ports-gnome-5c8e08358305cefc3c36cf5857dc37a809a50656.zip
This port needs GCC 3.4 since gob2 is now generating C99-compliant code
which does not compile under GCC 2.95. Submitted by: maintainer Reported by: pointyhat via kris
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-notification/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile
index c6e84dd42991..ef6e5930ba80 100644
--- a/mail/mail-notification/Makefile
+++ b/mail/mail-notification/Makefile
@@ -21,6 +21,7 @@ USE_GMAKE= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+USE_GCC= 3.4
OPTIONS= MBOX "mbox support" on \
MH "MH support" on \