aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-01-02 08:48:37 +0800
committerkris <kris@FreeBSD.org>2005-01-02 08:48:37 +0800
commit8b573052ff48dfdbbaa5b22b24274db5910ab0e4 (patch)
treed44f5ab448937ad677e4f933f9ebc62c2d71977f /games
parentcd938b1a35cb6b9f8268fd0fd47e0da336a44a9b (diff)
downloadfreebsd-ports-gnome-8b573052ff48dfdbbaa5b22b24274db5910ab0e4.tar.gz
freebsd-ports-gnome-8b573052ff48dfdbbaa5b22b24274db5910ab0e4.tar.zst
freebsd-ports-gnome-8b573052ff48dfdbbaa5b22b24274db5910ab0e4.zip
BROKEN: Internal compiler error on alpha 4.x
Approved by: portmgr (self)
Diffstat (limited to 'games')
-rw-r--r--games/crimson/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/crimson/Makefile b/games/crimson/Makefile
index 552602e8b1aa..fb1ec4a231a8 100644
--- a/games/crimson/Makefile
+++ b/games/crimson/Makefile
@@ -22,4 +22,10 @@ USE_SDL= mixer sdl ttf
MAN6= crimson.6
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
+BROKEN= "Internal compiler error on alpha 4.x"
+.endif
+
+.include <bsd.port.post.mk>