diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-03-05 00:22:43 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-03-05 00:22:43 +0800 |
commit | 5962f45797d4a18f55fb263025d05e422da8d2c4 (patch) | |
tree | f464afe947e7db0c0c2ee657633b9a0027fcf923 /audio/beast | |
parent | 341d5140c98888cb87f3f1d2a71cacb7c6f3437a (diff) | |
download | freebsd-ports-graphics-5962f45797d4a18f55fb263025d05e422da8d2c4.tar.gz freebsd-ports-graphics-5962f45797d4a18f55fb263025d05e422da8d2c4.tar.zst freebsd-ports-graphics-5962f45797d4a18f55fb263025d05e422da8d2c4.zip |
Fix build after objformat removal.
Diffstat (limited to 'audio/beast')
-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 4e543ee7072..982fb8ea2f3 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 \ |