aboutsummaryrefslogtreecommitdiff
path: root/audio/audacity-devel
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-04-21 18:11:57 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-04-21 18:11:57 +0000
commit8cf9f3ac2cb4a7dd00e43c368d406a79c32dd4ba (patch)
tree19f3c1f7cc0f32ccb5ddda95baad1236d413277e /audio/audacity-devel
parent3cd83cfd7b7d42578fee1b371679538eb48e7f1d (diff)
Notes
Diffstat (limited to 'audio/audacity-devel')
-rw-r--r--audio/audacity-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audacity-devel/Makefile b/audio/audacity-devel/Makefile
index c95157f80525..e0928e75e776 100644
--- a/audio/audacity-devel/Makefile
+++ b/audio/audacity-devel/Makefile
@@ -80,7 +80,7 @@ post-patch:
@${REINPLACE_CMD} -e 's,^sndfile.c : .*,,' \
${WRKSRC}/lib-src/libsndfile/src/Makefile.in
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
- @${REINPLACE_CMD} -e 's,-msse2?,,' \
+ @${REINPLACE_CMD} -E -e 's,-msse2?,,g' \
${WRKSRC}/lib-src/soundtouch/source/SoundTouch/Makefile.in
.endif