aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-05-29 12:07:07 +0800
committerlinimon <linimon@FreeBSD.org>2009-05-29 12:07:07 +0800
commita9a397a4dd760f4cfa3e4bb267587f252a0159dd (patch)
treee97ad3710e7e5853501a193aef19ed55654a1aff /audio
parent3c5c00c5d4e9851d8f91de692caab7c1391dd5eb (diff)
downloadfreebsd-ports-gnome-a9a397a4dd760f4cfa3e4bb267587f252a0159dd.tar.gz
freebsd-ports-gnome-a9a397a4dd760f4cfa3e4bb267587f252a0159dd.tar.zst
freebsd-ports-gnome-a9a397a4dd760f4cfa3e4bb267587f252a0159dd.zip
Mark as broken on sparc64: does not compile.
Diffstat (limited to 'audio')
-rw-r--r--audio/beast/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile
index 1ea0f40866a2..ab276370d87e 100644
--- a/audio/beast/Makefile
+++ b/audio/beast/Makefile
@@ -44,4 +44,10 @@ post-patch:
${WRKSRC}/bse/Makefile.in \
${WRKSRC}/bse/zintern/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
+.include <bsd.port.post.mk>