aboutsummaryrefslogtreecommitdiff
path: root/audio/soundtouch
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-08-13 06:03:06 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-08-13 06:03:06 +0000
commit1fb4446b8c5ed069c12bbe70682fadc4e8591084 (patch)
treef73d19b6970b0bcd8fd54fc547b00b32c434d580 /audio/soundtouch
parent03abd073401e6796b6f8865fe4d6007b1274e25c (diff)
downloadports-1fb4446b8c5ed069c12bbe70682fadc4e8591084.tar.gz
ports-1fb4446b8c5ed069c12bbe70682fadc4e8591084.zip
Notes
Diffstat (limited to 'audio/soundtouch')
-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 \