diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-04 22:55:44 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-04 22:55:44 +0000 |
commit | 08f0a4eb13ddc10f86f4a818b50a4771c039cf95 (patch) | |
tree | bcaa5a68b6091c7d0b0d57a1a1c25101ade3a5a6 /audio/soundtouch | |
parent | 55fd07cb4f92c0874ce0090c2a945d40c9141cb6 (diff) | |
download | ports-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/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 \ |