diff options
author | sat <sat@FreeBSD.org> | 2007-03-05 06:55:44 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-03-05 06:55:44 +0800 |
commit | 2eb0c297c792b193670842b6cf2429be8f341037 (patch) | |
tree | 126cfe903577eb759dd2b3285fbb28749d0d4dbf /audio | |
parent | 1bc8ce4f658b1452db07d4d3c3975232d3165f57 (diff) | |
download | freebsd-ports-gnome-2eb0c297c792b193670842b6cf2429be8f341037.tar.gz freebsd-ports-gnome-2eb0c297c792b193670842b6cf2429be8f341037.tar.zst freebsd-ports-gnome-2eb0c297c792b193670842b6cf2429be8f341037.zip |
- /objformat=/s|=.*|=elf|
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 \ |