diff options
author | David Seifert <soap@gentoo.org> | 2020-11-21 21:38:11 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-21 21:38:11 +0100 |
commit | 94d1d63f0c6234165b650f748b03af9f34238ac9 (patch) | |
tree | 0ccc54e2743e41292964138b69faaeb943a5f7c5 /games-arcade/primateplunge/files | |
parent | games-emulation/advancemame: Add upstream patch for -fno-common (diff) | |
download | gentoo-94d1d63f0c6234165b650f748b03af9f34238ac9.tar.gz gentoo-94d1d63f0c6234165b650f748b03af9f34238ac9.tar.bz2 gentoo-94d1d63f0c6234165b650f748b03af9f34238ac9.zip |
games-arcade/primateplunge: Port to EAPI 7
Closes: https://bugs.gentoo.org/724414
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-arcade/primateplunge/files')
-rw-r--r-- | games-arcade/primateplunge/files/primateplunge-1.1-fno-common.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-arcade/primateplunge/files/primateplunge-1.1-fno-common.patch b/games-arcade/primateplunge/files/primateplunge-1.1-fno-common.patch new file mode 100644 index 000000000000..7905b0372e72 --- /dev/null +++ b/games-arcade/primateplunge/files/primateplunge-1.1-fno-common.patch @@ -0,0 +1,11 @@ +--- a/src/game.h ++++ b/src/game.h +@@ -125,7 +125,7 @@ + + + /* Glabals in main.c */ +-SDL_Surface *mainScreen; ++extern SDL_Surface *mainScreen; + + /* Globals in game.c */ + extern world* currentWorld; |