summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/xmame/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 7dafa715e82c..bfe8ac814cf6 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -122,7 +122,7 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS}
#BROKEN= Doesn't build on FreeBSD < 6.x
#.endif
-.if (${MAMEMESS} == "mess" && ${ARCH} == "amd64")
+.if (${MAMEMESS} == "mess" && ${OSVERSION} >= 500000)
USE_GCC= 3.4+
.endif