BROKEN on alpha also: does not compile

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-01-02 00:50:38 +00:00
parent 2de80c3b0d
commit 7a05ec19e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125645

View file

@ -43,8 +43,8 @@ PLIST_SUB= WITH_OPENAL=""
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= "Does not build on ia64 or sparc64"
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" || ${ARCH} == "alpha"
BROKEN= "Does not build on ia64, sparc64 or alpha"
.endif
.ifndef (WITH_OPENAL)