summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-03 16:49:32 +0000
committerrillig <rillig@pkgsrc.org>2020-05-03 16:49:32 +0000
commit65b39906a512038a1c91f6a1ee927b312de0a752 (patch)
treec4cf8c26b1c2f114a16dda982c47dbf77761fff6 /ham
parent3e1136ef43cf595c2e6f27ede94cc6387dc50c9e (diff)
downloadpkgsrc-65b39906a512038a1c91f6a1ee927b312de0a752.tar.gz
ham/cwtext: document safe usage of array[char]
Diffstat (limited to 'ham')
-rw-r--r--ham/cwtext/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/ham/cwtext/Makefile b/ham/cwtext/Makefile
index e80ea280632..593b01ce8d8 100644
--- a/ham/cwtext/Makefile
+++ b/ham/cwtext/Makefile
@@ -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}