From 2fb66220d9c5b76f1b652bb1e45973beedac65e0 Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Sun, 4 Mar 2007 16:22:43 +0000 Subject: [PATCH] Fix build after objformat removal. --- audio/beast/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \