pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cppunit cppunit: Disable -Werror



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b9f4bad734c
branches:  trunk
changeset: 449004:7b9f4bad734c
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Mar 19 10:52:23 2021 +0000

description:
cppunit: Disable -Werror

diffstat:

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

diffs (20 lines):

diff -r fc7cdbbc5e07 -r 7b9f4bad734c devel/cppunit/Makefile
--- a/devel/cppunit/Makefile    Fri Mar 19 10:45:42 2021 +0000
+++ b/devel/cppunit/Makefile    Fri Mar 19 10:52:23 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/10/25 12:56:55 nia Exp $
+# $NetBSD: Makefile,v 1.31 2021/03/19 10:52:23 nia Exp $
 
 DISTNAME=      cppunit-1.15.1
 CATEGORIES=    devel
@@ -17,8 +17,9 @@
 # configure: error: *** A compiler with support for C++11 language features is required.
 GCC_REQD+=             4.8
 
+CONFIGURE_ARGS+=       --disable-werror
+
 PKGCONFIG_OVERRIDE=    cppunit.pc.in
 
 .include "options.mk"
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index