summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-11-15 19:49:33 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-15 19:49:33 +0100
commit7ff1adca02731a0f8dfe5b5e8f9a0a2e42efbc31 (patch)
tree87aa36ec58c7f2c1ef18d9c0d21d3d3f4002a6c4 /games-arcade/moleinvasion/files
parentgames-fps/avp: Port to EAPI 7 (diff)
downloadgentoo-7ff1adca02731a0f8dfe5b5e8f9a0a2e42efbc31.tar.gz
gentoo-7ff1adca02731a0f8dfe5b5e8f9a0a2e42efbc31.tar.bz2
gentoo-7ff1adca02731a0f8dfe5b5e8f9a0a2e42efbc31.zip
games-arcade/moleinvasion: Port to EAPI 7
Closes: https://bugs.gentoo.org/709502 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-arcade/moleinvasion/files')
-rw-r--r--games-arcade/moleinvasion/files/moleinvasion-0.4-fno-common.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-arcade/moleinvasion/files/moleinvasion-0.4-fno-common.patch b/games-arcade/moleinvasion/files/moleinvasion-0.4-fno-common.patch
new file mode 100644
index 000000000000..3d1833148792
--- /dev/null
+++ b/games-arcade/moleinvasion/files/moleinvasion-0.4-fno-common.patch
@@ -0,0 +1,11 @@
+--- a/worldmap.h
++++ b/worldmap.h
+@@ -24,7 +24,7 @@
+ void draw_level_name(int current_level,myList * all_level_desc);
+
+ /* on stocke ici toutes les datas evoluant relatives au monde en cours */
+-#ifdef MAIN_WORLDMAP
++#ifndef MAIN_WORLDMAP
+ #define EXTERN_WLD extern
+ #else
+ #define EXTERN_WLD