diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-08-13 06:03:06 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-08-13 06:03:06 +0000 |
commit | 1fb4446b8c5ed069c12bbe70682fadc4e8591084 (patch) | |
tree | f73d19b6970b0bcd8fd54fc547b00b32c434d580 /audio | |
parent | 03abd073401e6796b6f8865fe4d6007b1274e25c (diff) | |
download | ports-1fb4446b8c5ed069c12bbe70682fadc4e8591084.tar.gz ports-1fb4446b8c5ed069c12bbe70682fadc4e8591084.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/soundtouch/Makefile | 3 |
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 \ |