BROKEN on alpha 5.x: Does not compile
This commit is contained in:
parent
eb9c9f17bb
commit
fe4893e840
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102117
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ pre-everything::
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
|
||||
BROKEN= "Does not compile on alpha 5.x"
|
||||
.endif
|
||||
|
||||
.ifdef(WITH_DVD_DEVICE)
|
||||
DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue