pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/gnucash Remove -Werror from CFLAGS, since on -...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4049dbd0a036
branches:  trunk
changeset: 484664:4049dbd0a036
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 28 23:25:17 2004 +0000

description:
Remove -Werror from CFLAGS, since on -current this makes it fail
(lots of "char" uses where NetBSD expects "unsigned char" (tolower etc)).

diffstat:

 finance/gnucash/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r fdb358a25ec7 -r 4049dbd0a036 finance/gnucash/Makefile
--- a/finance/gnucash/Makefile  Sun Nov 28 23:12:31 2004 +0000
+++ b/finance/gnucash/Makefile  Sun Nov 28 23:25:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2004/11/28 19:19:52 jlam Exp $
+# $NetBSD: Makefile,v 1.73 2004/11/28 23:25:17 wiz Exp $
 
 DISTNAME=              gnucash-1.8.9
 PKGREVISION=           3
@@ -28,6 +28,9 @@
 CONFIGURE_ARGS+=       --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
 CONFIGURE_ENV+=                PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig:${X11BASE}/lib/pkgconfig"
 
+# code is using char/unsigned char inconsistently
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 CFLAGS+=               -Wl,-R${PREFIX}/${GUILE14_SUBDIR}/lib
 #CFLAGS+=              -L${PREFIX}/${GUILE14_SUBDIR}/lib -Wl,-R${PREFIX}/${GUILE14_SUBDIR}/lib
 LDFLAGS+=              -L${PREFIX}/${GUILE14_SUBDIR}/lib -Wl,-R${PREFIX}/${GUILE14_SUBDIR}/lib



Home | Main Index | Thread Index | Old Index