From 0e1cf806845a6e4354c11ce0dbc430585e7329a2 Mon Sep 17 00:00:00 2001 From: johans Date: Mon, 12 Jan 2009 19:32:05 +0000 Subject: Require modern gcc to compile on FreeBSD-6/amd64 Reported by: pointyhat via pav --- emulators/openmsx/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'emulators/openmsx') 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 +.include + +.if (${ARCH} == "amd64") +USE_GCC= 4.2+ +.endif + +.include -- cgit