aboutsummaryrefslogtreecommitdiff
path: root/audio/soundtouch
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-03-04 22:55:44 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-03-04 22:55:44 +0000
commit08f0a4eb13ddc10f86f4a818b50a4771c039cf95 (patch)
treebcaa5a68b6091c7d0b0d57a1a1c25101ade3a5a6 /audio/soundtouch
parent55fd07cb4f92c0874ce0090c2a945d40c9141cb6 (diff)
downloadports-08f0a4eb13ddc10f86f4a818b50a4771c039cf95.tar.gz
ports-08f0a4eb13ddc10f86f4a818b50a4771c039cf95.zip
- /objformat=/s|=.*|=elf|
Notes
Notes: svn path=/head/; revision=186522
Diffstat (limited to 'audio/soundtouch')
-rw-r--r--audio/soundtouch/Makefile1
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 \