summaryrefslogtreecommitdiff
path: root/audio/beast
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-02 00:43:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-02 00:43:03 +0000
commitfbc92f16704473d1eb04651d2e87f8f9a2807769 (patch)
tree8e15eb06964596825b462d8aaa1e13205dd5bf0d /audio/beast
parentDoes not build on alpha (diff)
BROKEN on alpha (does not build) and ia64 (does not compile)
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=125639
Diffstat (limited to 'audio/beast')
-rw-r--r--audio/beast/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile
index 66e15e080312..2b7d281a24d1 100644
--- a/audio/beast/Makefile
+++ b/audio/beast/Makefile
@@ -35,6 +35,16 @@ CONFIGURE_ARGS= --disable-debug \
MAN1= beast.1 bsesh.1 sfidl.1
MAN3= beast-gxk.3 bse-procs.3 bse-structs.3 bse.3 sfi.3
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= "Configure fails on ia64"
+.endif
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not build on alpha"
+.endif
+
post-patch:
@${REINPLACE_CMD} -E \
-e 's|(bseladspapath=)\$${libdir}/ladspa|\1"${LOCALBASE}/lib/ladspa"|' \
@@ -44,4 +54,4 @@ post-patch:
${WRKSRC}/bse/Makefile.in \
${WRKSRC}/bse/zintern/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>