Require modern gcc to compile on FreeBSD-6/amd64

Reported by:	pointyhat via pav
This commit is contained in:
Johan van Selst 2009-01-12 19:32:05 +00:00
parent e0ba76f983
commit dd9022457c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225867

View file

@ -36,4 +36,10 @@ USE_SDL= sdl image ttf
MAKE_ARGS+= INSTALL_DOC_DIR=${WRKSRC}/dummy
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if (${ARCH} == "amd64")
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>