svn commit: r428796 - branches/2016Q4/audio/soundtouch
Jan Beich
jbeich at FreeBSD.org
Sat Dec 17 18:26:30 UTC 2016
Author: jbeich
Date: Sat Dec 17 18:26:29 2016
New Revision: 428796
URL: https://svnweb.freebsd.org/changeset/ports/428796
Log:
MFH: r428795
audio/soundtouch: OPENMP=on to use system C++ library
Mixing libc++ and libstdc++ often causes crashes.
Approved by: ports-secteam blanket
Modified:
branches/2016Q4/audio/soundtouch/Makefile
Directory Properties:
branches/2016Q4/ (props changed)
Modified: branches/2016Q4/audio/soundtouch/Makefile
==============================================================================
--- branches/2016Q4/audio/soundtouch/Makefile Sat Dec 17 18:23:46 2016 (r428795)
+++ branches/2016Q4/audio/soundtouch/Makefile Sat Dec 17 18:26:29 2016 (r428796)
@@ -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:M
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
More information about the svn-ports-branches
mailing list