svn commit: r428795 - head/audio/soundtouch
Jan Beich
jbeich at FreeBSD.org
Sat Dec 17 18:23:48 UTC 2016
Author: jbeich
Date: Sat Dec 17 18:23:46 2016
New Revision: 428795
URL: https://svnweb.freebsd.org/changeset/ports/428795
Log:
audio/soundtouch: OPENMP=on to use system C++ library
Mixing libc++ and libstdc++ often causes crashes.
Modified:
head/audio/soundtouch/Makefile (contents, props changed)
Modified: head/audio/soundtouch/Makefile
==============================================================================
--- head/audio/soundtouch/Makefile Sat Dec 17 18:02:09 2016 (r428794)
+++ head/audio/soundtouch/Makefile Sat Dec 17 18:23:46 2016 (r428795)
@@ -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: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-all
mailing list