pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/traverso traverso: assumes compiler is c++11 by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d49f159bf79
branches:  trunk
changeset: 441248:5d49f159bf79
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Oct 30 11:07:21 2020 +0000

description:
traverso: assumes compiler is c++11 by default

diffstat:

 audio/traverso/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 98a35f92243d -r 5d49f159bf79 audio/traverso/Makefile
--- a/audio/traverso/Makefile   Fri Oct 30 10:23:51 2020 +0000
+++ b/audio/traverso/Makefile   Fri Oct 30 11:07:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/08/18 17:57:40 leot Exp $
+# $NetBSD: Makefile,v 1.5 2020/10/30 11:07:21 nia Exp $
 
 DISTNAME=      traverso-0.49.6
 PKGREVISION=   3
@@ -12,7 +12,9 @@
 
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c c++
+
+# note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11
+USE_LANGUAGES= c c++11
 
 CMAKE_ARGS+=   -DWANT_MP3_ENCODE=ON
 



Home | Main Index | Thread Index | Old Index