pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cppunit Need a compiler with C++11 support, conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7abf36913ea9
branches:  trunk
changeset: 397760:7abf36913ea9
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Tue Jul 02 22:25:10 2019 +0000

description:
Need a compiler with C++11 support, configure script checks

diffstat:

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

diffs (18 lines):

diff -r 956633fc2a41 -r 7abf36913ea9 devel/cppunit/Makefile
--- a/devel/cppunit/Makefile    Tue Jul 02 20:55:21 2019 +0000
+++ b/devel/cppunit/Makefile    Tue Jul 02 22:25:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/04/19 12:20:08 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2019/07/02 22:25:10 sevan Exp $
 
 DISTNAME=      cppunit-1.14.0
 CATEGORIES=    devel
@@ -9,7 +9,7 @@
 COMMENT=       C++ unit testing framework
 LICENSE=       gnu-lgpl-v2.1
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++11
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index