pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gnustep-base



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon May 25 05:23:43 UTC 2020

Modified Files:
        pkgsrc/devel/gnustep-base: Makefile

Log Message:
devel/gnustep-base: document possible array[char] bug


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/devel/gnustep-base/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gnustep-base/Makefile
diff -u pkgsrc/devel/gnustep-base/Makefile:1.85 pkgsrc/devel/gnustep-base/Makefile:1.86
--- pkgsrc/devel/gnustep-base/Makefile:1.85     Fri May 22 10:56:03 2020
+++ pkgsrc/devel/gnustep-base/Makefile  Mon May 25 05:23:43 2020
@@ -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
 



Home | Main Index | Thread Index | Old Index