BROKEN on alpha 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-14 03:41:52 +00:00
parent 5e2674b52a
commit 019838d195
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103950

View file

@ -27,4 +27,10 @@ USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE=
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= "Does not compile on alpha 4.x"
.endif
.include <bsd.port.post.mk>