diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-14 16:20:45 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-14 16:20:45 +0000 |
commit | f89a2cd35601115b66290265f8f0504b6bbf6f1d (patch) | |
tree | 5d1e80daed50ca725f6e1e41cc0ef88e49fa0b99 /audio/beast | |
parent | f6b5e52b70ba69120358e0ee7c5110f44cd22e95 (diff) |
Notes
Diffstat (limited to 'audio/beast')
-rw-r--r-- | audio/beast/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 982fb8ea2f35..849cd76cf917 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -33,12 +33,6 @@ 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} < 500000 -IGNORE= does not compile on FreeBSD 4.x, missing library function isfinite -.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)//; \ @@ -48,4 +42,4 @@ post-patch: ${WRKSRC}/bse/Makefile.in \ ${WRKSRC}/bse/zintern/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |