BROKEN on alpha 4.x: Does not compile
This commit is contained in:
parent
5e2674b52a
commit
019838d195
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103950
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue