mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Also mark broken on powerpc (and, presumably, ia64).
Hat: portmgr
This commit is contained in:
parent
56a501c37c
commit
163465897a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303877
@ -41,8 +41,8 @@ CONFIGURE_ARGS= --with-parrot=${PREFIX}/bin/parrot \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not install on sparc64
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on ia64, powerpc, or sparc64
|
||||
.endif
|
||||
|
||||
USE_BISON= build
|
||||
|
Loading…
Reference in New Issue
Block a user