summaryrefslogtreecommitdiffstats
path: root/audio/beast
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-31 03:58:05 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-31 03:58:05 +0800
commit9f4312d414f48e386f726118bc85ff0b94463c4f (patch)
tree6e9ee3874142698553bc1ed3a330d474c3a2ae54 /audio/beast
parenta56b1567cab361fb1874785378752a094dc6c8d1 (diff)
downloadmarcuscom-ports-9f4312d414f48e386f726118bc85ff0b94463c4f.tar
marcuscom-ports-9f4312d414f48e386f726118bc85ff0b94463c4f.tar.gz
marcuscom-ports-9f4312d414f48e386f726118bc85ff0b94463c4f.tar.bz2
marcuscom-ports-9f4312d414f48e386f726118bc85ff0b94463c4f.tar.lz
marcuscom-ports-9f4312d414f48e386f726118bc85ff0b94463c4f.tar.xz
marcuscom-ports-9f4312d414f48e386f726118bc85ff0b94463c4f.tar.zst
marcuscom-ports-9f4312d414f48e386f726118bc85ff0b94463c4f.zip
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9277 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/beast')
-rw-r--r--audio/beast/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile
index 18ddc0066..4d4e42c8b 100644
--- a/audio/beast/Makefile
+++ b/audio/beast/Makefile
@@ -3,7 +3,7 @@
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
-# $MCom: ports/audio/beast/Makefile,v 1.3 2007/05/02 12:13:54 ahze Exp $
+#
PORTNAME= beast
PORTVERSION= 0.6.6
@@ -33,6 +33,12 @@ 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 ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
post-patch:
@${REINPLACE_CMD} -Ee 's|$${libdir}/ladspa|${LOCALBASE}/lib/ladspa|; \
/FLAGS=/ s/(-g|-ggdb3|-pipe|-O2|-ftracer|-finline-functions|-fno-keep-static-consts)//; \
@@ -42,4 +48,4 @@ post-patch:
${WRKSRC}/bse/Makefile.in \
${WRKSRC}/bse/zintern/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>