pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/vera++ vera++: needs C++11 for variadic templates



details:   https://anonhg.NetBSD.org/pkgsrc/rev/add4c019980c
branches:  trunk
changeset: 368973:add4c019980c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Sep 24 15:07:18 2017 +0000

description:
vera++: needs C++11 for variadic templates

diffstat:

 devel/vera++/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1c1307299bd3 -r add4c019980c devel/vera++/Makefile
--- a/devel/vera++/Makefile     Sun Sep 24 14:59:05 2017 +0000
+++ b/devel/vera++/Makefile     Sun Sep 24 15:07:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/09/06 10:40:26 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2017/09/24 15:07:18 tnn Exp $
 #
 
 DISTNAME=      vera++-1.1.1
@@ -12,7 +12,7 @@
 
 BUILD_TARGET=  build
 LICENSE=       boost-license
-USE_LANGUAGES= c++
+USE_LANGUAGES= c++11
 USE_TOOLS+=    gmake pax
 
 CXXFLAGS+=     -DVERA_ROOT=\"${PREFIX:Q}/share/vera++\"



Home | Main Index | Thread Index | Old Index