diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-02-03 05:19:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-02-03 05:19:04 +0000 |
commit | b55b5f7fd87532de05eef4fb5f8709394d8af2ab (patch) | |
tree | f7cb88d17b39792733a4eb133d53ad436f7d516b /audio | |
parent | ba904a544818e172c5fe9db0a8841b8cb12391b4 (diff) | |
download | ports-b55b5f7fd87532de05eef4fb5f8709394d8af2ab.tar.gz ports-b55b5f7fd87532de05eef4fb5f8709394d8af2ab.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mhwaveedit/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile index 8c9798611646..7964d38aeaba 100644 --- a/audio/mhwaveedit/Makefile +++ b/audio/mhwaveedit/Makefile @@ -48,6 +48,10 @@ OPTIONS= DOUBLE_SAMPLES "increase quality for 24/32-bit samplerates" off \ .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + .if defined(WITH_DOUBLE_SAMPLES) CONFIGURE_ARGS+= --with-double-samples .endif |