diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/soundtouch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index a3c9b9660376..c5a2fd7a47d6 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -29,6 +29,7 @@ pre-patch: 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' post-patch: .SILENT + ${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|; s|$$(prefix)/doc|$$(datadir)/doc|' \ ${WRKSRC}/source/example/bpm/Makefile.in \ ${WRKSRC}/source/example/SoundStretch/Makefile.in \ |