Fri Mar 19 10:52:23 2021 UTC ()
cppunit: Disable -Werror


(nia)
diff -r1.30 -r1.31 pkgsrc/devel/cppunit/Makefile

cvs diff -r1.30 -r1.31 pkgsrc/devel/cppunit/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/cppunit/Makefile 2020/10/25 12:56:55 1.30
+++ pkgsrc/devel/cppunit/Makefile 2021/03/19 10:52:23 1.31
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.30 2020/10/25 12:56:55 nia Exp $ 1# $NetBSD: Makefile,v 1.31 2021/03/19 10:52:23 nia Exp $
2 2
3DISTNAME= cppunit-1.15.1 3DISTNAME= cppunit-1.15.1
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= http://dev-www.libreoffice.org/src/ 5MASTER_SITES= http://dev-www.libreoffice.org/src/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://www.freedesktop.org/wiki/Software/cppunit 8HOMEPAGE= https://www.freedesktop.org/wiki/Software/cppunit
9COMMENT= C++ unit testing framework 9COMMENT= C++ unit testing framework
10LICENSE= gnu-lgpl-v2.1 10LICENSE= gnu-lgpl-v2.1
11 11
12USE_LANGUAGES= c c++ 12USE_LANGUAGES= c c++
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= gmake 14USE_TOOLS+= gmake
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16 16
17# configure: error: *** A compiler with support for C++11 language features is required. 17# configure: error: *** A compiler with support for C++11 language features is required.
18GCC_REQD+= 4.8 18GCC_REQD+= 4.8
19 19
 20CONFIGURE_ARGS+= --disable-werror
 21
20PKGCONFIG_OVERRIDE= cppunit.pc.in 22PKGCONFIG_OVERRIDE= cppunit.pc.in
21 23
22.include "options.mk" 24.include "options.mk"
23 
24.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"