1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/games/gnushogi/files/patch-gnushogi_globals.c
Christian Weisgerber a64a7baf3d * Fix build with -fno-common
* Remove Makefile.common, accidentally left over in r345138
2021-02-05 15:34:56 +00:00

14 lines
220 B
C

--- gnushogi/globals.c.orig 2014-02-16 18:20:24 UTC
+++ gnushogi/globals.c
@@ -51,6 +51,10 @@ char ColorStr[2][10];
long znodes;
+unsigned short MV[MAXDEPTH];
+int MSCORE;
+int mycnt1, mycnt2;
+
#ifdef BINBOOK