Also broken on ia64 and powerpc.
Hat: portmgr
This commit is contained in:
parent
1a2dc1646a
commit
b50c4b98e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251933
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ WRKSRC= ${WRKDIR}/WaveGain-${PORTVERSION}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on ia64, powerpc, or sparc64
|
||||
.endif
|
||||
|
||||
do-configure:
|
||||
|
|
Loading…
Reference in a new issue