diff options
Diffstat (limited to 'games/crimson')
-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> |