mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
BROKEN on !i386 and FreeBSD >= 5.x: Does not compile
Approved by: portmgr (self)
This commit is contained in:
parent
940e6072fc
commit
a68a70c333
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132007
2 changed files with 4 additions and 12 deletions
|
@ -30,12 +30,8 @@ ALL_TARGET=
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on alpha 4.x"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not compile on sparc64"
|
||||
.if ${OSVERSION} >= 500000 || ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386 or on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -30,12 +30,8 @@ ALL_TARGET=
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on alpha 4.x"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not compile on sparc64"
|
||||
.if ${OSVERSION} >= 500000 || ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386 or on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
|
Loading…
Add table
Reference in a new issue