pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/bridge-hands



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May  3 16:06:01 UTC 2020

Modified Files:
        pkgsrc/games/bridge-hands: Makefile

Log Message:
games/bridge-hands: document harmless array[char]


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/bridge-hands/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/bridge-hands/Makefile
diff -u pkgsrc/games/bridge-hands/Makefile:1.15 pkgsrc/games/bridge-hands/Makefile:1.16
--- pkgsrc/games/bridge-hands/Makefile:1.15     Sat Oct  6 11:54:32 2012
+++ pkgsrc/games/bridge-hands/Makefile  Sun May  3 16:06:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/10/06 11:54:32 asau Exp $
+# $NetBSD: Makefile,v 1.16 2020/05/03 16:06:01 rillig Exp $
 
 DISTNAME=      hands-2.0.bsd386
 PKGNAME=       bridge-hands-2.0
@@ -14,6 +14,9 @@ EXTRACT_ELEMENTS=     hands/source
 WRKSRC=                        ${WRKDIR}/hands/source
 INSTALLATION_DIRS=     bin
 
+# harmless; only indexes 0..51 are used.
+BUILDLINK_TRANSFORM+=  rm:-Werror=char-subscripts
+
 do-build:
        cd ${WRKSRC}; ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}            \
                -o hands hands.c ${LIBS}



Home | Main Index | Thread Index | Old Index