summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-05-05 21:53:51 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-05-05 21:53:51 +0000
commit45b5a7b8a4fec9820ebd389b5a51954782795704 (patch)
treee99b1cb760b15dd93bfdf5b48de31b17ee092cda
parentThat was not flz@, that was Florian Smeets <flo@kasimir.com> (diff)
- Needs an external (non-base) compiler on all FreeBSD 5.x (not only amd64).
-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