summaryrefslogtreecommitdiff
path: root/audio/audacity-devel
diff options
context:
space:
mode:
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