pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/biology/arka
Module Name: pkgsrc
Committed By: rillig
Date: Sun May 3 14:58:18 UTC 2020
Modified Files:
pkgsrc/biology/arka: Makefile
Log Message:
biology/arka: document 2 instances of char as array index
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/biology/arka/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/biology/arka/Makefile
diff -u pkgsrc/biology/arka/Makefile:1.14 pkgsrc/biology/arka/Makefile:1.15
--- pkgsrc/biology/arka/Makefile:1.14 Sun Jan 26 17:30:46 2020
+++ pkgsrc/biology/arka/Makefile Sun May 3 14:58:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/01/26 17:30:46 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/03 14:58:18 rillig Exp $
#
DISTNAME= arka-0.11
@@ -17,6 +17,9 @@ CONF_FILES= ${PREFIX}/share/examples/ark
CPPFLAGS+= -DARKA_GLOBAL=\"${PKG_SYSCONFDIR}/arkarc\"
CPPFLAGS+= -DARKA_PROGRAMS=\"${PKG_SYSCONFDIR}/arkarc\"
+# 2 harmless instances in genpak.c
+BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts
+
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/pixmaps share/doc/arka \
share/examples/arka
USE_TOOLS+= gunzip
Home |
Main Index |
Thread Index |
Old Index