aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/linuxsampler/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile
index 05231c359812..9a7bcb7de926 100644
--- a/audio/linuxsampler/Makefile
+++ b/audio/linuxsampler/Makefile
@@ -33,4 +33,8 @@ MAN1= linuxsampler.1
BROKEN= Does not compile
.endif
+.if ${ARCH} == "sparc64"
+IGNORE= Not yet ported to sparc64
+.endif
+
.include <bsd.port.post.mk>