diff options
author | kris <kris@FreeBSD.org> | 2005-01-02 08:48:37 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-01-02 08:48:37 +0800 |
commit | 8b573052ff48dfdbbaa5b22b24274db5910ab0e4 (patch) | |
tree | d44f5ab448937ad677e4f933f9ebc62c2d71977f /games | |
parent | cd938b1a35cb6b9f8268fd0fd47e0da336a44a9b (diff) | |
download | freebsd-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/Makefile | 8 |
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> |