diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-12-17 18:23:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-12-17 18:23:46 +0000 |
commit | 5c31a79d5c81489b4122c5d1cde2a0f3b0b0285d (patch) | |
tree | 1f0f56e03376830a50cadb21138a444a8f441e34 /audio/soundtouch | |
parent | 44aee481e619b87f2a21e3f34f8ca57350710881 (diff) | |
download | ports-5c31a79d5c81489b4122c5d1cde2a0f3b0b0285d.tar.gz ports-5c31a79d5c81489b4122c5d1cde2a0f3b0b0285d.zip |
Notes
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 |