summaryrefslogtreecommitdiff
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
parentRecent versions of FreeBSD have acpiio.h under /usr/include, so we no longer (diff)
- Really remove -msse and -msse2 on non-x86 archs
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=190592
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