diff options
Diffstat (limited to 'audio/soundtouch')
-rw-r--r-- | audio/soundtouch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 0da1afc11b9e..936a0d4bb0ff 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -3,7 +3,7 @@ PORTNAME= soundtouch PORTVERSION= 1.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.surina.net/soundtouch/ @@ -29,7 +29,7 @@ OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MSSE} INTEGER_SAMPLES_DESC= Use integer sample format INTEGER_SAMPLES_CONFIGURE_ENABLE= integer-samples OPENMP_CONFIGURE_ENABLE=openmp -OPENMP_USES= compiler:openmp +OPENMP_USES= compiler:gcc-c++11-lib SSE_CONFIGURE_ENABLE= x86-optimizations SSE_USES= compiler:c++11-lang |