pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/astrolog



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May  3 15:08:29 UTC 2020

Modified Files:
        pkgsrc/misc/astrolog: Makefile

Log Message:
misc/astrolog: document harmless instances of array[char]


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/misc/astrolog/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/astrolog/Makefile
diff -u pkgsrc/misc/astrolog/Makefile:1.42 pkgsrc/misc/astrolog/Makefile:1.43
--- pkgsrc/misc/astrolog/Makefile:1.42  Sun Jan 26 17:31:42 2020
+++ pkgsrc/misc/astrolog/Makefile       Sun May  3 15:08:29 2020
@@ -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:



Home | Main Index | Thread Index | Old Index