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:
parent
83ebdeba60
commit
d27e6f3ec0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119126
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue