diff options
author | linimon <linimon@FreeBSD.org> | 2009-03-16 15:50:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-03-16 15:50:12 +0800 |
commit | 31d62317ff429f832855465a758388320297928d (patch) | |
tree | 3ca769a32c6d173c190324bb6833f62118583579 /audio | |
parent | a011ad07cf2ca7a78034dc7c8599a46e3ecb8840 (diff) | |
download | freebsd-ports-gnome-31d62317ff429f832855465a758388320297928d.tar.gz freebsd-ports-gnome-31d62317ff429f832855465a758388320297928d.tar.zst freebsd-ports-gnome-31d62317ff429f832855465a758388320297928d.zip |
Mark as broken on sparc64: latest version includes i386 asm.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wavegain/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/wavegain/Makefile b/audio/wavegain/Makefile index 7b02343b89e5..5c0be70e3209 100644 --- a/audio/wavegain/Makefile +++ b/audio/wavegain/Makefile @@ -26,6 +26,10 @@ WRKSRC= ${WRKDIR}/WaveGain-${PORTVERSION} .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + do-configure: @cd ${WRKSRC} && ${CP} Makefile.linux Makefile |