diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-03-04 16:22:43 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-03-04 16:22:43 +0000 |
commit | 2fb66220d9c5b76f1b652bb1e45973beedac65e0 (patch) | |
tree | 2a0ae55fba75d3d4dade743cd7c066b684e7c010 /audio/beast/Makefile | |
parent | 3c00f841501ba7af4998e8e75b2595d2fc817641 (diff) |
Notes
Diffstat (limited to 'audio/beast/Makefile')
-rw-r--r-- | audio/beast/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 4e543ee70723..982fb8ea2f35 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -41,7 +41,8 @@ IGNORE= does not compile on FreeBSD 4.x, missing library function isfinite post-patch: @${REINPLACE_CMD} -Ee 's|$${libdir}/ladspa|${LOCALBASE}/lib/ladspa|; \ - /FLAGS=/ s/(-g|-ggdb3|-pipe|-O2|-ftracer|-finline-functions|-fno-keep-static-consts)//' \ + /FLAGS=/ s/(-g|-ggdb3|-pipe|-O2|-ftracer|-finline-functions|-fno-keep-static-consts)//; \ + s|echo aout|echo elf|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ ${WRKSRC}/bse/Makefile.in \ |