aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emulators/mess/Makefile2
-rw-r--r--emulators/sdlmess/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index 1aa796ae2852..fc3fbb50a674 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -28,7 +28,7 @@ SUB_FILES= ${PORTNAME} pkg-message
# In FreeBSD 5.x fails to build due to an internal compiler error. Using the
# version 3.4 from ports which probably fixes this error requires a hack to
# get around bsd.gcc.mk handling, so use a higher version than in base system.
-.if ${OSVERSION} < 600000 && ${ARCH} == "amd64"
+.if ${OSVERSION} < 600000
USE_GCC= 4.2+
.endif
diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile
index 1aa796ae2852..fc3fbb50a674 100644
--- a/emulators/sdlmess/Makefile
+++ b/emulators/sdlmess/Makefile
@@ -28,7 +28,7 @@ SUB_FILES= ${PORTNAME} pkg-message
# In FreeBSD 5.x fails to build due to an internal compiler error. Using the
# version 3.4 from ports which probably fixes this error requires a hack to
# get around bsd.gcc.mk handling, so use a higher version than in base system.
-.if ${OSVERSION} < 600000 && ${ARCH} == "amd64"
+.if ${OSVERSION} < 600000
USE_GCC= 4.2+
.endif