diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 05:58:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 05:58:59 +0000 |
commit | b50c4b98e00cbbb7eaac1410afc27eba859024eb (patch) | |
tree | e873381c2d53aa24874d9c81015ce15c20b6cb92 /audio/wavegain | |
parent | 1a2dc1646a595e1737476894c937886f88e49dd1 (diff) |
Notes
Diffstat (limited to 'audio/wavegain')
-rw-r--r-- | audio/wavegain/Makefile | 4 |
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: |