From b55b5f7fd87532de05eef4fb5f8709394d8af2ab Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 3 Feb 2009 05:19:04 +0000 Subject: Broken on sparc64. --- audio/mhwaveedit/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio/mhwaveedit') 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 +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + .if defined(WITH_DOUBLE_SAMPLES) CONFIGURE_ARGS+= --with-double-samples .endif -- cgit v1.2.3