diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-12-25 00:23:13 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-12-25 00:23:13 +0000 |
commit | cc496fc413597c80f8c3c211d70e31fa8ecc5af2 (patch) | |
tree | d7038114ef7c29835c492b696b6b2bce4b2fc795 /audio/soundtouch | |
parent | a47df10e2d142490f511f821aeea537877ef66e9 (diff) | |
download | ports-cc496fc413597c80f8c3c211d70e31fa8ecc5af2.tar.gz ports-cc496fc413597c80f8c3c211d70e31fa8ecc5af2.zip |
Notes
Diffstat (limited to 'audio/soundtouch')
-rw-r--r-- | audio/soundtouch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 936a0d4bb0ff..6485e1cd6b6b 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -20,7 +20,7 @@ USE_LDCONFIG= yes USES= autoreconf libtool pathfix OPTIONS_DEFINE= INTEGER_SAMPLES DOCS OPENMP -OPTIONS_DEFAULT= ${MACHINE_CPU:tu:MSOFTFP:S/SOFTFP/INTEGER_SAMPLES/} +OPTIONS_DEFAULT= ${MACHINE_CPU:Msoftfp:C/.+/INTEGER_SAMPLES/} OPTIONS_DEFINE_amd64= SSE OPTIONS_DEFINE_i386= SSE OPTIONS_DEFAULT_amd64= SSE |