Date: Sat, 17 Dec 2016 18:26:29 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r428796 - branches/2016Q4/audio/soundtouch Message-ID: <201612171826.uBHIQTVN017769@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612171826.uBHIQTVN017769>