summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-02-06 19:52:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-02-06 19:52:03 +0000
commitb2f03722b7e849bf24227e3a64ca1e33944a2712 (patch)
treea7c37b4ad29ac0160f5aa4fefc20c4255cea2b9e /emulators
parentAdd sysgather-1.0pre3 - a simple configuration file manager that makes (diff)
- Require gcc34 on all archs
This is to work around internal compiler error in gcc33, if case anyone wonder. Requested by: kris
Notes
Notes: svn path=/head/; revision=155369
Diffstat (limited to 'emulators')
-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