BROKEN: Internal compiler error on alpha 4.x

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-01-02 00:48:37 +00:00
parent 9f8b91d33e
commit c63a575b35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125642

View file

@ -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>