Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gnustep-base devel/gnustep-base: document possib...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f19fcff2903d
branches: trunk
changeset: 432715:f19fcff2903d
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon May 25 05:23:43 2020 +0000
description:
devel/gnustep-base: document possible array[char] bug
diffstat:
devel/gnustep-base/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r d8cba48610d7 -r f19fcff2903d devel/gnustep-base/Makefile
--- a/devel/gnustep-base/Makefile Mon May 25 05:22:37 2020 +0000
+++ b/devel/gnustep-base/Makefile Mon May 25 05:23:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2020/05/22 10:56:03 adam Exp $
+# $NetBSD: Makefile,v 1.86 2020/05/25 05:23:43 rillig Exp $
DISTNAME= gnustep-base-1.27.0
#PKGREVISION= 1
@@ -21,6 +21,11 @@
CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_SCRIPT:Q}
MAKE_FILE= GNUmakefile
+# GSMime.m:1098:7: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts]
+# if (isxdigit(*src) && ctxt->pos < sizeof(ctxt->buf))
+# Looks suspicious, but ignore for now.
+BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts
+
pre-configure:
sed 's|@PREFIX@|${PREFIX}|g' <${FILESDIR}/openapp >${WRKDIR}/openapp
Home |
Main Index |
Thread Index |
Old Index