Require GCC 3.4 or later instead of forcing GCC 3.2 for FreeBSD 4.x to
avoid extraneous dependencies on the no longer really maintained GCC 3.2. Approved by: chip-set@mail.ru (maintainer)
This commit is contained in:
@@ -17,9 +17,7 @@ COMMENT= Convert your source code to syntax highlighted HTML
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
USE_GCC= 3.2
|
||||
.endif
|
||||
USE_GCC= 3.4+
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
Reference in New Issue
Block a user