summaryrefslogtreecommitdiff
path: root/games/xnibbles/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xnibbles/Makefile')
-rw-r--r--games/xnibbles/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile
index 8dc8f8bb5d5..366a82012e4 100644
--- a/games/xnibbles/Makefile
+++ b/games/xnibbles/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/04/27 18:31:36 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2020/05/20 06:09:09 rillig Exp $
#
DISTNAME= xnibbles-1.0BETA4
@@ -28,6 +28,12 @@ SUBST_FILES.audio= Makefile
SUBST_SED.audio= -e "s|/dev/dsp|${DEVOSSAUDIO}|"
.endif
+# boni.c: In member function 'void boni::addBonus(char, int)':
+# boni.c:65:21: error: array subscript has type 'char' [-Werror=char-subscripts]
+# } while (objects[x][y] != 'a' || objects[x + 1][y] != 'a' || objects[x][y + 1] != 'a' || objects[x + 1][y + 1] != 'a');
+# Maybe fix this later.
+BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts
+
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"