BROKEN on alpha also: does not compile
Approved by: portmgr (self)
This commit is contained in:
parent
2de80c3b0d
commit
7a05ec19e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125645
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue