diff options
author | sevan <sevan@pkgsrc.org> | 2019-07-02 22:25:10 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2019-07-02 22:25:10 +0000 |
commit | 4c9942b4f3ee963234f5ca923d973bf74a1f337f (patch) | |
tree | ccc21f65098e4f325131b9f0113429ce4388175a /devel/cppunit | |
parent | 2a5c7014f90207ffccba2e6e7b1a1a6ca213ce0d (diff) | |
download | pkgsrc-4c9942b4f3ee963234f5ca923d973bf74a1f337f.tar.gz |
Need a compiler with C++11 support, configure script checks
Diffstat (limited to 'devel/cppunit')
-rw-r--r-- | devel/cppunit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index 168c86453c0..52b1946833c 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -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 @@ HOMEPAGE= http://www.freedesktop.org/wiki/Software/cppunit 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 |