Module Name:    src
Committed By:   christos
Date:           Tue May 31 19:11:58 UTC 2022

Modified Files:
        src/games/gomoku: Makefile

Log Message:
Elide vax breakage


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/games/gomoku/Makefile

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

Modified files:

Index: src/games/gomoku/Makefile
diff -u src/games/gomoku/Makefile:1.11 src/games/gomoku/Makefile:1.12
--- src/games/gomoku/Makefile:1.11	Sun May 29 13:01:42 2022
+++ src/games/gomoku/Makefile	Tue May 31 15:11:58 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.11 2022/05/29 17:01:42 rillig Exp $
+#	$NetBSD: Makefile,v 1.12 2022/05/31 19:11:58 christos Exp $
 #	@(#)Makefile	8.1 (Berkeley) 7/24/94
 
 PROG=	gomoku
@@ -9,6 +9,10 @@ LDADD=	-lcurses -lterminfo
 HIDEGAME=hidegame
 CPPFLAGS+=	${DEBUG:D-DDEBUG}
 
+.if ${MACHINE} == "vax"
+COPTS.pickmove.c += -O0
+.endif
+
 #WARNS=		6	# would produce warnings about small integer types
 LINTFLAGS+=	-w	# treat warnings as errors
 LINTFLAGS+=	-T	# strict bool mode

Reply via email to