aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/sdlmess
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2008-05-06 05:53:51 +0800
committeralepulver <alepulver@FreeBSD.org>2008-05-06 05:53:51 +0800
commit982d9f24264dc934d15f7aa26121e28fc6df479a (patch)
tree8ed95f89b7898a216ff21d3a4e112560e0430250 /emulators/sdlmess
parent6b9643fc490fdd5f41110842b355bde1f6eccc30 (diff)
downloadfreebsd-ports-graphics-982d9f24264dc934d15f7aa26121e28fc6df479a.tar.gz
freebsd-ports-graphics-982d9f24264dc934d15f7aa26121e28fc6df479a.tar.zst
freebsd-ports-graphics-982d9f24264dc934d15f7aa26121e28fc6df479a.zip
- Needs an external (non-base) compiler on all FreeBSD 5.x (not only amd64).
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