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: nia
Date: Fri Mar 19 10:52:23 UTC 2021
Modified Files:
pkgsrc/devel/cppunit: Makefile
Log Message:
cppunit: Disable -Werror
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 pkgsrc/devel/cppunit/Makefile:1.31
--- pkgsrc/devel/cppunit/Makefile:1.30 Sun Oct 25 12:56:55 2020
+++ pkgsrc/devel/cppunit/Makefile Fri Mar 19 10:52:23 2021
@@ -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 @@ GNU_CONFIGURE= yes
# 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