diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-05-06 05:53:51 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-05-06 05:53:51 +0800 |
commit | 982d9f24264dc934d15f7aa26121e28fc6df479a (patch) | |
tree | 8ed95f89b7898a216ff21d3a4e112560e0430250 /emulators/sdlmess | |
parent | 6b9643fc490fdd5f41110842b355bde1f6eccc30 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |