aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/sdlmess
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/sdlmess')
-rw-r--r--emulators/sdlmess/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile
index 1aa796ae285..fc3fbb50a67 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