diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-03 15:08:29 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-03 15:08:29 +0000 |
commit | 6c23b4c64f1c9960503d4d4d467d17bde792f125 (patch) | |
tree | 01e32a8317494d4191e49e37d840a7bfebe46901 /misc | |
parent | ac5ec1a5930d335d6fdcc6fefe2f790b3c04d6f1 (diff) | |
download | pkgsrc-6c23b4c64f1c9960503d4d4d467d17bde792f125.tar.gz |
misc/astrolog: document harmless instances of array[char]
Diffstat (limited to 'misc')
-rw-r--r-- | misc/astrolog/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 0f260aab378..0db070fa580 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2020/01/26 17:31:42 rillig Exp $ +# $NetBSD: Makefile,v 1.43 2020/05/03 15:08:29 rillig Exp $ DISTNAME= ast54unx PKGNAME= astrolog-5.40 @@ -24,6 +24,9 @@ EXTRACT_ONLY= ${DISTNAME}.shr DIST_SUBDIR= astrolog BUILD_TARGET= astrolog +# 1 in xscreen.c, 1 in charts.c, both harmless. +BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts + INSTALLATION_DIRS= bin do-install: |