diff options
author | pav <pav@FreeBSD.org> | 2007-07-04 04:09:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-04 04:09:32 +0800 |
commit | ad8e38626ebb49759c32abf7c761a1acf0d5baa5 (patch) | |
tree | cf3971a996515df0430b2a66945bfe4c50a973cb /audio/beast/Makefile | |
parent | 7de3902dca7053af7be3f05604769df49f472996 (diff) | |
download | freebsd-ports-graphics-ad8e38626ebb49759c32abf7c761a1acf0d5baa5.tar.gz freebsd-ports-graphics-ad8e38626ebb49759c32abf7c761a1acf0d5baa5.tar.zst freebsd-ports-graphics-ad8e38626ebb49759c32abf7c761a1acf0d5baa5.zip |
Mark BROKEN: does not compile with GCC 4.2
Diffstat (limited to 'audio/beast/Makefile')
-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 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 <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> |