1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Really remove -msse and -msse2 on non-x86 archs

Reported by:	pointyhat via kris
This commit is contained in:
Rong-En Fan 2007-04-21 18:11:57 +00:00
parent 3cd83cfd7b
commit 8cf9f3ac2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190592

View File

@ -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