File gnushogi-multiple-definitions.patch of Package gnushogi
diff -Nur gnushogi-1.4.2/gnushogi/cursesdsp.c new/gnushogi/cursesdsp.c --- gnushogi-1.4.2/gnushogi/cursesdsp.c 2014-02-17 21:26:59.000000000 +0100 +++ new/gnushogi/cursesdsp.c 2021-05-04 21:32:59.380354715 +0200 @@ -72,7 +72,6 @@ unsigned short MV[MAXDEPTH]; int MSCORE; -char *DRAW; /* Forward declarations. */ /* FIXME: change this name, puh-leeze! */ diff -Nur gnushogi-1.4.2/gnushogi/rawdsp.c new/gnushogi/rawdsp.c --- gnushogi-1.4.2/gnushogi/rawdsp.c 2014-02-17 21:26:59.000000000 +0100 +++ new/gnushogi/rawdsp.c 2021-05-04 21:32:42.920231540 +0200 @@ -48,7 +48,6 @@ int MSCORE; int mycnt1, mycnt2; -char *DRAW; extern char *InPtr; extern short pscore[];