forked from Lainports/freebsd-ports
BROKEN on sparc64 as well
This commit is contained in:
parent
e50bdc5bfa
commit
aebc899d79
1 changed files with 2 additions and 2 deletions
|
|
@ -68,8 +68,8 @@ MAKE_ARGS+= CCFLAGS="${CFLAGS}"
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "sparc64"
|
||||
BROKEN= "Does not compile on !i386 and !sparc64"
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386"
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue