aboutsummaryrefslogtreecommitdiff
path: root/audio/wavegain
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-04-01 05:58:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-04-01 05:58:59 +0000
commitb50c4b98e00cbbb7eaac1410afc27eba859024eb (patch)
treee873381c2d53aa24874d9c81015ce15c20b6cb92 /audio/wavegain
parent1a2dc1646a595e1737476894c937886f88e49dd1 (diff)
downloadports-b50c4b98e00cbbb7eaac1410afc27eba859024eb.tar.gz
ports-b50c4b98e00cbbb7eaac1410afc27eba859024eb.zip
Also broken on ia64 and powerpc.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=251933
Diffstat (limited to 'audio/wavegain')
-rw-r--r--audio/wavegain/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/wavegain/Makefile b/audio/wavegain/Makefile
index 5c0be70e3209..91622c5446d0 100644
--- a/audio/wavegain/Makefile
+++ b/audio/wavegain/Makefile
@@ -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: