aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2009-01-12 19:32:05 +0000
committerJohan van Selst <johans@FreeBSD.org>2009-01-12 19:32:05 +0000
commitdd9022457c75f5de52d5dce4bd33bdc2f4758b2f (patch)
treee6918c93282b2aed82f39a965e20e9d954204624
parente0ba76f983f9243252402b3cdca83deecb0c6994 (diff)
downloadports-dd9022457c75f5de52d5dce4bd33bdc2f4758b2f.tar.gz
ports-dd9022457c75f5de52d5dce4bd33bdc2f4758b2f.zip
Notes
-rw-r--r--emulators/openmsx/Makefile8
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>