pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cppunit



Module Name:    pkgsrc
Committed By:   sevan
Date:           Tue Jul  2 22:25:10 UTC 2019

Modified Files:
        pkgsrc/devel/cppunit: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/cppunit/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/cppunit/Makefile
diff -u pkgsrc/devel/cppunit/Makefile:1.26 pkgsrc/devel/cppunit/Makefile:1.27
--- pkgsrc/devel/cppunit/Makefile:1.26  Wed Apr 19 12:20:08 2017
+++ pkgsrc/devel/cppunit/Makefile       Tue Jul  2 22:25:10 2019
@@ -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/wik
 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