aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-12-22 17:49:19 +0800
committerpav <pav@FreeBSD.org>2004-12-22 17:49:19 +0800
commit0940272d00e277c7c0426f5db63cbee209d1874d (patch)
treea5bbc335399a6ad0e3f002ae927014376267079a
parente2fd90d5f6c12e65e713c4e8f19fd273f20bf0ca (diff)
downloadfreebsd-ports-gnome-0940272d00e277c7c0426f5db63cbee209d1874d.tar.gz
freebsd-ports-gnome-0940272d00e277c7c0426f5db63cbee209d1874d.tar.zst
freebsd-ports-gnome-0940272d00e277c7c0426f5db63cbee209d1874d.zip
- Limit SSE CFLAGS to i386 only
PR: ports/75367 Submitted by: Craig Boston <craig@yekse.gank.org> (maintainer)
-rw-r--r--audio/audacity/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index 473fcc5880e4..612e61543f86 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -25,7 +25,7 @@ USE_LIBTOOL_VER= 15
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 501103
+.if ${ARCH} == "i386" && ${OSVERSION} >= 501103
SSE_CFLAGS= -mno-sse -mno-sse2
.endif
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \