pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/gnucash gnucash: remove -Werror
details: https://anonhg.NetBSD.org/pkgsrc/rev/4064b388f45a
branches: trunk
changeset: 418044:4064b388f45a
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Nov 19 16:54:19 2019 +0000
description:
gnucash: remove -Werror
This recently broke the build again on -current, disable it generally.
diffstat:
finance/gnucash/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 3834e386ae16 -r 4064b388f45a finance/gnucash/Makefile
--- a/finance/gnucash/Makefile Tue Nov 19 16:20:24 2019 +0000
+++ b/finance/gnucash/Makefile Tue Nov 19 16:54:19 2019 +0000
@@ -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 @@
# 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