aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-27 06:26:08 +0800
committerkris <kris@FreeBSD.org>2005-03-27 06:26:08 +0800
commitaa75e4367c5ed17afb6f8b15a71f5075854e1295 (patch)
tree4f33125c18f5bd39cab055dc62a7df2740caa88c /audio
parentfe6204b83a058efc4af3841952745098d6e1d8ba (diff)
downloadfreebsd-ports-gnome-aa75e4367c5ed17afb6f8b15a71f5075854e1295.tar.gz
freebsd-ports-gnome-aa75e4367c5ed17afb6f8b15a71f5075854e1295.tar.zst
freebsd-ports-gnome-aa75e4367c5ed17afb6f8b15a71f5075854e1295.zip
BROKEN on sparc64: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'audio')
-rw-r--r--audio/beast/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile
index 77e59c863cab..9010e043f78c 100644
--- a/audio/beast/Makefile
+++ b/audio/beast/Makefile
@@ -41,6 +41,10 @@ MAN3= beast-gxk.3 bse-procs.3 bse-structs.3 bse.3 sfi.3
IGNORE= does not compile on FreeBSD 4.x, missing library function isfinite
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -E \
-e 's|(bseladspapath=)\$${libdir}/ladspa|\1"${LOCALBASE}/lib/ladspa"|' \