aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-12-17 18:26:29 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-12-17 18:26:29 +0000
commit6453412c05fef2bd9a74e53b03e289689217712d (patch)
tree9dfd30830417d9795b0aa11c007f1b8a2ddd7527
parent242aafcc62205c92b1dc3354c249791a95d19af2 (diff)
downloadports-6453412c05fef2bd9a74e53b03e289689217712d.tar.gz
ports-6453412c05fef2bd9a74e53b03e289689217712d.zip
MFH: r428795
audio/soundtouch: OPENMP=on to use system C++ library Mixing libc++ and libstdc++ often causes crashes. Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2016Q4/; revision=428796
-rw-r--r--audio/soundtouch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile
index 7c03f11ceb8a..045c3e504068 100644
--- a/audio/soundtouch/Makefile
+++ b/audio/soundtouch/Makefile
@@ -3,6 +3,7 @@
PORTNAME= soundtouch
PORTVERSION= 1.9.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.surina.net/soundtouch/
@@ -29,7 +30,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