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/f58409c4553b
branches:  trunk
changeset: 344394:f58409c4553b
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 2b1820efe15a -r f58409c4553b 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