diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/openmsx/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index d3e7b9fb7f91..c1afe3774108 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -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> |