summaryrefslogtreecommitdiff
path: root/emulators/mess/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-04-23 00:46:26 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-04-23 00:46:26 +0000
commitf074d22615878d46f4b7bf6ed9b120e971a4bfdc (patch)
tree47b02764fb53dac301040138e81babd43d36c53f /emulators/mess/Makefile
parent- Update to version 0.124. (diff)
- Update to version 0.124.
- Fix building in FreeBSD/amd64 5.x by using GCC 4.2 (base compiler fails).
Notes
Notes: svn path=/head/; revision=211811
Diffstat (limited to 'emulators/mess/Makefile')
-rw-r--r--emulators/mess/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index 067948d6e8d1..1aa796ae2852 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sdlmess
-PORTVERSION= 0.122
-PORTREVISION= 2
+PORTVERSION= 0.124
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.alepulver.com.ar/distfiles/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
@@ -26,8 +25,11 @@ SUB_FILES= ${PORTNAME} pkg-message
.include <bsd.port.pre.mk>
+# 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"
-BROKEN= does not compile
+USE_GCC= 4.2+
.endif
do-install: