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:
parent
28a776d857
commit
23ab45700b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330658
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user