summaryrefslogtreecommitdiff
path: root/audio/beast
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 22:26:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 22:26:08 +0000
commitaab88a7f2f1981d71323c935ad841c51ebd69681 (patch)
tree653e812b1eab4d283331384fc3568c6cc30a9465 /audio/beast
parentBROKEN: Incomplete pkg-plist (diff)
BROKEN on sparc64: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=132046
Diffstat (limited to 'audio/beast')
-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"|' \