pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance/gnucash
Module Name: pkgsrc
Committed By: wiz
Date: Tue Nov 19 16:54:19 UTC 2019
Modified Files:
pkgsrc/finance/gnucash: Makefile
Log Message:
gnucash: remove -Werror
This recently broke the build again on -current, disable it generally.
To generate a diff of this commit:
cvs rdiff -u -r1.284 -r1.285 pkgsrc/finance/gnucash/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/finance/gnucash/Makefile
diff -u pkgsrc/finance/gnucash/Makefile:1.284 pkgsrc/finance/gnucash/Makefile:1.285
--- pkgsrc/finance/gnucash/Makefile:1.284 Thu Oct 10 13:47:40 2019
+++ pkgsrc/finance/gnucash/Makefile Tue Nov 19 16:54:19 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.284 2019/10/10 13:47:40 wiz Exp $
+# $NetBSD: Makefile,v 1.285 2019/11/19 16:54:19 wiz Exp $
DISTNAME= gnucash-3.7
CATEGORIES= finance
@@ -29,6 +29,9 @@ USE_TOOLS+= gmake
# https://bugzilla.gnome.org/show_bug.cgi?id=795251
TEST_TARGET= check
+# too fragile
+BUILDLINK_TRANSFORM+= rm:-Werror
+
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/gnucash
CXXFLAGS+= -Wno-deprecated-declarations
# https://bugs.gnucash.org/show_bug.cgi?id=797039
Home |
Main Index |
Thread Index |
Old Index