mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Mark as broken on powerpc (and presumably ia64) as well as sparc64.
Hat: portmgr
This commit is contained in:
parent
232fa320bf
commit
9759efbae4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303865
@ -31,8 +31,8 @@ SUB_FILES= pkg-message
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not build on sparc64
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on ia64, powerpc, or sparc64
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user