aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2012-08-13 14:03:06 +0800
committerlinimon <linimon@FreeBSD.org>2012-08-13 14:03:06 +0800
commit44d4d145588c1321977867ad00865624dfbd28af (patch)
treef73d19b6970b0bcd8fd54fc547b00b32c434d580 /audio
parent2a4e2dacfec2eb88be080bd731b07e75ceb0b8cb (diff)
downloadfreebsd-ports-gnome-44d4d145588c1321977867ad00865624dfbd28af.tar.gz
freebsd-ports-gnome-44d4d145588c1321977867ad00865624dfbd28af.tar.zst
freebsd-ports-gnome-44d4d145588c1321977867ad00865624dfbd28af.zip
Mark as x86-only: uses -msse2 directive to CC.
Hat: portmgr
Diffstat (limited to 'audio')
-rw-r--r--audio/soundtouch/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile
index d1ac7757d898..c43224ef847b 100644
--- a/audio/soundtouch/Makefile
+++ b/audio/soundtouch/Makefile
@@ -25,6 +25,9 @@ PORTDOCS= README.html
.endif
WRKSRC= ${WRKDIR}/${PORTNAME}
+ONLY_FOR_ARCHS= amd64 i386 ia64
+ONLY_FOR_ARCHS_REASON="uses -msse2 directive to CC"
+
post-patch:
@${REINPLACE_CMD} -E 's|-O3 ?||' \
${WRKSRC}/source/SoundStretch/Makefile.am \