diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-03 20:09:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-03 20:09:32 +0000 |
commit | 0d8c15d3d40eebf8741288794b08092d768b6cfc (patch) | |
tree | 3458174629ba6147c3baa55f1f1078107fed636f /audio/beast | |
parent | 116a1a818c0ddb367264401bebdd03bbd4ff4e1f (diff) |
Mark BROKEN: does not compile with GCC 4.2
Notes
Notes:
svn path=/head/; revision=194826
Diffstat (limited to 'audio/beast')
-rw-r--r-- | audio/beast/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index e08b3518ffca..e61d9c023a95 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 <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> |