summaryrefslogtreecommitdiff
path: root/audio/beast
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-03-04 16:22:43 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-03-04 16:22:43 +0000
commit2fb66220d9c5b76f1b652bb1e45973beedac65e0 (patch)
tree2a0ae55fba75d3d4dade743cd7c066b684e7c010 /audio/beast
parent- Update to 2.2.15 (diff)
Fix build after objformat removal.
Notes
Notes: svn path=/head/; revision=186499
Diffstat (limited to 'audio/beast')
-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 \