Require modern gcc to compile on FreeBSD-6/amd64
Reported by: pointyhat via pav
This commit is contained in:
parent
e0ba76f983
commit
dd9022457c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225867
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue