diff options
author | linimon <linimon@FreeBSD.org> | 2012-08-13 14:03:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-08-13 14:03:06 +0800 |
commit | 44d4d145588c1321977867ad00865624dfbd28af (patch) | |
tree | f73d19b6970b0bcd8fd54fc547b00b32c434d580 /audio | |
parent | 2a4e2dacfec2eb88be080bd731b07e75ceb0b8cb (diff) | |
download | freebsd-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/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 \ |