mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Fix gcc 4.X build
PR: ports/106736 Submitted by: trasz
This commit is contained in:
parent
a1e598fe4e
commit
f87f4b4d18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179827
11
games/gnushogi/files/patch-gnushogi-genmove.c
Normal file
11
games/gnushogi/files/patch-gnushogi-genmove.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- gnushogi/genmove.c.orig Fri Dec 15 00:14:06 2006
|
||||
+++ gnushogi/genmove.c Fri Dec 15 00:15:04 2006
|
||||
@@ -40,7 +40,7 @@
|
||||
static short InCheck = false, GenerateAllMoves = false;
|
||||
static short check_determined = false;
|
||||
|
||||
-static short INCscore = 0;
|
||||
+short INCscore = 0;
|
||||
|
||||
short deepsearchcut = true;
|
||||
short tas = false, taxs = false, ssa = false;
|
Loading…
Reference in New Issue
Block a user