pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/vera++



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Sep 24 15:07:19 UTC 2017

Modified Files:
        pkgsrc/devel/vera++: Makefile

Log Message:
vera++: needs C++11 for variadic templates


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/vera++/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/vera++/Makefile
diff -u pkgsrc/devel/vera++/Makefile:1.22 pkgsrc/devel/vera++/Makefile:1.23
--- pkgsrc/devel/vera++/Makefile:1.22   Wed Sep  6 10:40:26 2017
+++ pkgsrc/devel/vera++/Makefile        Sun Sep 24 15:07:18 2017
@@ -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 a
 
 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