aboutsummaryrefslogtreecommitdiff
path: root/audio/beast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/beast/Makefile')
-rw-r--r--audio/beast/Makefile3
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 \