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
This commit is contained in:
Joe Marcus Clarke 2004-10-13 01:14:23 +00:00
parent 83ebdeba60
commit d27e6f3ec0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119126

View file

@ -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 \