BROKEN on !i386 and alpha 4.x: Does not compile
This commit is contained in:
parent
e0873e1d9b
commit
3b117b8106
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103860
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ PATCH_ARGS =-p0 -d ${WRKDIR}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386" && !(${ARCH} == "alpha" && ${OSVERSION} >= 500000)
|
||||
BROKEN= "Does not compile on !i386 or alpha 4.x"
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_RADIOTRACK)
|
||||
WMTUNE_DIFF= wmtune.diff.gz
|
||||
pre-fetch:
|
||||
|
|
Loading…
Reference in a new issue