From d27e6f3ec07b598b928b29fb5fc1a01b32e3c06d Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 13 Oct 2004 01:14:23 +0000 Subject: 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 --- mail/mail-notification/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail-notification') 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 \ -- cgit v1.2.3