pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/lile



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

Modified Files:
        pkgsrc/misc/lile: Makefile

Log Message:
misc/lile: document possible array[char] bug


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/lile/Makefile

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

Modified files:

Index: pkgsrc/misc/lile/Makefile
diff -u pkgsrc/misc/lile/Makefile:1.16 pkgsrc/misc/lile/Makefile:1.17
--- pkgsrc/misc/lile/Makefile:1.16      Mon Oct  8 09:57:29 2012
+++ pkgsrc/misc/lile/Makefile   Mon May 25 05:37:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/10/08 09:57:29 asau Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/25 05:37:37 rillig Exp $
 
 DISTNAME=      lile-2.0
 PKGNAME=       ile-2.0
@@ -14,6 +14,13 @@ NOT_FOR_PLATFORM=    Linux-*-*
 
 USE_TOOLS+=    gzcat
 
+# ile.c: In function 'delete_word':
+# ile.c:729:32: error: array subscript has type 'char' [-Werror=char-subscripts]
+#   for (; (point > 0) && (delimit[line[point - 1]]); point--)
+#                                 ^
+# Maybe fix this later.
+BUILDLINK_TRANSFORM+=  rm:-Werror=char-subscripts
+
 INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1
 
 post-patch:



Home | Main Index | Thread Index | Old Index