mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Broken on powerpc, too.
This commit is contained in:
parent
e597766b17
commit
c8b9f10667
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252364
@ -23,8 +23,8 @@ GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
BROKEN= "Configure fails on amd64 or ia64"
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "powerpc"
|
||||
BROKEN= "Configure fails on amd64, ia64, or powerpc"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user