summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-10-29 23:09:07 +0100
committerDavid Seifert <soap@gentoo.org>2020-10-29 23:09:07 +0100
commit5b788753c95e798530545d65475ea36c7cb450e6 (patch)
treef99ca03d3075e23f8c581374c05d69d93c62e1e4 /games-board/gnushogi/files/gnushogi-1.4.1-fno-common.patch
parentdev-python/cryptography: stable 3.2 for sparc, bug #751292 (diff)
downloadgentoo-5b788753c95e798530545d65475ea36c7cb450e6.tar.gz
gentoo-5b788753c95e798530545d65475ea36c7cb450e6.tar.bz2
gentoo-5b788753c95e798530545d65475ea36c7cb450e6.zip
games-board/gnushogi: Fix -fno-common
* Also port to EAPI 7 Closes: https://bugs.gentoo.org/707590 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-board/gnushogi/files/gnushogi-1.4.1-fno-common.patch')
-rw-r--r--games-board/gnushogi/files/gnushogi-1.4.1-fno-common.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/games-board/gnushogi/files/gnushogi-1.4.1-fno-common.patch b/games-board/gnushogi/files/gnushogi-1.4.1-fno-common.patch
new file mode 100644
index 000000000000..510590b82c09
--- /dev/null
+++ b/games-board/gnushogi/files/gnushogi-1.4.1-fno-common.patch
@@ -0,0 +1,20 @@
+--- a/gnushogi/cursesdsp.c
++++ b/gnushogi/cursesdsp.c
+@@ -71,7 +71,6 @@
+
+ unsigned short MV[MAXDEPTH];
+ int MSCORE;
+-char *DRAW;
+
+ /* Forward declarations. */
+ /* FIXME: change this name, puh-leeze! */
+--- a/gnushogi/rawdsp.c
++++ b/gnushogi/rawdsp.c
+@@ -48,7 +48,6 @@
+ int MSCORE;
+
+ int mycnt1, mycnt2;
+-char *DRAW;
+ extern char *InPtr;
+ extern short pscore[];
+