aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-09-15 09:26:14 +0800
committerlinimon <linimon@FreeBSD.org>2009-09-15 09:26:14 +0800
commitfd699feb6e40b25218e0ae0a416e59f2656822a5 (patch)
tree94cb159b8eb83c6026a37f47a448ca89cf915224 /audio
parentdd3ee70842536b49b0f21b7b9fa718f85f27bf6e (diff)
downloadfreebsd-ports-gnome-fd699feb6e40b25218e0ae0a416e59f2656822a5.tar.gz
freebsd-ports-gnome-fd699feb6e40b25218e0ae0a416e59f2656822a5.tar.zst
freebsd-ports-gnome-fd699feb6e40b25218e0ae0a416e59f2656822a5.zip
Mark as broken on sparc64: fails to configure.
Diffstat (limited to 'audio')
-rw-r--r--audio/creox/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/creox/Makefile b/audio/creox/Makefile
index f1ff4c003ca8..cc2fbcf4718a 100644
--- a/audio/creox/Makefile
+++ b/audio/creox/Makefile
@@ -40,4 +40,10 @@ post-patch:
@${REINPLACE_CMD} -e '186s,);,)&,' \
${WRKSRC}/creox/effects_dsp/tremoloprocessor.cpp
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not configure on sparc64: does not find Jack library
+.endif
+
+.include <bsd.port.post.mk>