aboutsummaryrefslogtreecommitdiff
path: root/audio/audacity
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-17 17:14:24 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-17 17:14:24 +0000
commit23ab45700be9ede042ea3a32360b2e2e88d3b836 (patch)
tree52f81750028e55433e297c08ef14c1f53de20c5b /audio/audacity
parent28a776d85758aa889cfcd2f11eb863604dbaf6fd (diff)
Notes
Diffstat (limited to 'audio/audacity')
-rw-r--r--audio/audacity/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index 232f24fb93ca..f233dcde6893 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -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