summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2017-09-24 15:07:18 +0000
committertnn <tnn@pkgsrc.org>2017-09-24 15:07:18 +0000
commit1a1bb77ef4be73e4640b961b99159faf864a4baa (patch)
treee5850821da60d8166c66a1812493df20705b59a2
parentb63ff4675893847c79c2fd3067622364fb54ed1d (diff)
downloadpkgsrc-1a1bb77ef4be73e4640b961b99159faf864a4baa.tar.gz
vera++: needs C++11 for variadic templates
-rw-r--r--devel/vera++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/vera++/Makefile b/devel/vera++/Makefile
index f66acfaf1df..2568de22bf1 100644
--- a/devel/vera++/Makefile
+++ b/devel/vera++/Makefile
@@ -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 @@ COMMENT= Programmable verification and analysis tool for C++
BUILD_TARGET= build
LICENSE= boost-license
-USE_LANGUAGES= c++
+USE_LANGUAGES= c++11
USE_TOOLS+= gmake pax
CXXFLAGS+= -DVERA_ROOT=\"${PREFIX:Q}/share/vera++\"