summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-25 05:23:43 +0000
committerrillig <rillig@pkgsrc.org>2020-05-25 05:23:43 +0000
commit7cddb053ac536cadba449348585a522b24bbb90d (patch)
tree2d12ff055467745e4bcdf3e48eafdc8686f7f94e /devel
parent4146f2126d1cb9ee90b929938cb1fa96bd06356b (diff)
downloadpkgsrc-7cddb053ac536cadba449348585a522b24bbb90d.tar.gz
devel/gnustep-base: document possible array[char] bug
Diffstat (limited to 'devel')
-rw-r--r--devel/gnustep-base/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/gnustep-base/Makefile b/devel/gnustep-base/Makefile
index 1d4636182d2..69b23eb3882 100644
--- a/devel/gnustep-base/Makefile
+++ b/devel/gnustep-base/Makefile
@@ -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_ARGS+= --enable-stricticonv
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