summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-02 00:48:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-02 00:48:37 +0000
commitc63a575b35581389125c839ec39415656b8dba12 (patch)
tree72d74082f495b6f0ad1f5073f9c91b23ae36f2a3 /games
parentDoes not compile on alpha (diff)
BROKEN: Internal compiler error on alpha 4.x
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=125642
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>