1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Disable SSE if arch != amd64

Reported by:	tijl
This commit is contained in:
Danilo Egea Gondolfo 2013-10-17 17:14:24 +00:00
parent 28a776d857
commit 23ab45700b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330658

View File

@ -101,7 +101,7 @@ VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" || ${ARCH} == "powerpc"
.if ${ARCH} != "amd64"
SSE_CFLAGS= -mno-sse -mno-sse2
.endif