From ad8e38626ebb49759c32abf7c761a1acf0d5baa5 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 3 Jul 2007 20:09:32 +0000 Subject: Mark BROKEN: does not compile with GCC 4.2 --- audio/beast/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'audio/beast/Makefile') diff --git a/audio/beast/Makefile b/audio/beast/Makefile index e08b3518ffc..e61d9c023a9 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -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 + +.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 +.include -- cgit