pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/cwtext
Module Name: pkgsrc
Committed By: rillig
Date: Sun May 3 16:49:32 UTC 2020
Modified Files:
pkgsrc/ham/cwtext: Makefile
Log Message:
ham/cwtext: document safe usage of array[char]
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/ham/cwtext/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/ham/cwtext/Makefile
diff -u pkgsrc/ham/cwtext/Makefile:1.25 pkgsrc/ham/cwtext/Makefile:1.26
--- pkgsrc/ham/cwtext/Makefile:1.25 Fri Mar 20 11:57:54 2020
+++ pkgsrc/ham/cwtext/Makefile Sun May 3 16:49:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/03/20 11:57:54 nia Exp $
+# $NetBSD: Makefile,v 1.26 2020/05/03 16:49:32 rillig Exp $
DISTNAME= cwtext-0.96
PKGREVISION= 3
@@ -13,6 +13,9 @@ MAKE_FILE= makefile
USE_TOOLS+= gmake
BUILD_TARGET= ALL
+# harmless; the only call is properly guarded
+BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts
+
INSTALLATION_DIRS= bin
INSTALLATION_DIRS+= share/doc/${PKGBASE}
Home |
Main Index |
Thread Index |
Old Index