summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2020-06-07 16:43:33 +0200
committerPacho Ramos <pacho@gentoo.org>2020-06-07 16:43:47 +0200
commit8ff58a977e7386ec577d9f071a19532509f54766 (patch)
treefa192db825fd1fb27ea70cc66c417ce82f5e6e92 /games-arcade/rocksndiamonds/files
parentapp-office/gnumeric: Version bump to 1.12.47 (diff)
downloadgentoo-8ff58a977e7386ec577d9f071a19532509f54766.tar.gz
gentoo-8ff58a977e7386ec577d9f071a19532509f54766.tar.bz2
gentoo-8ff58a977e7386ec577d9f071a19532509f54766.zip
games-arcade/rocksndiamonds: Bump to 4.1.4.1
Closes: https://bugs.gentoo.org/697902 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-arcade/rocksndiamonds/files')
-rw-r--r--games-arcade/rocksndiamonds/files/rocksndiamonds-4.1.4.1-gcc10.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/games-arcade/rocksndiamonds/files/rocksndiamonds-4.1.4.1-gcc10.patch b/games-arcade/rocksndiamonds/files/rocksndiamonds-4.1.4.1-gcc10.patch
new file mode 100644
index 000000000000..08edb4236e37
--- /dev/null
+++ b/games-arcade/rocksndiamonds/files/rocksndiamonds-4.1.4.1-gcc10.patch
@@ -0,0 +1,21 @@
+diff -up rocksndiamonds-4.1.4.1/src/main.c.gcc10 rocksndiamonds-4.1.4.1/src/main.c
+--- rocksndiamonds-4.1.4.1/src/main.c.gcc10 2019-05-20 15:24:46.000000000 -0400
++++ rocksndiamonds-4.1.4.1/src/main.c 2020-01-31 05:56:37.154931291 -0500
+@@ -67,7 +67,7 @@ short ExplodeDelay[MAX_LEV_FIELDX][MAX
+ int RunnerVisit[MAX_LEV_FIELDX][MAX_LEV_FIELDY];
+ int PlayerVisit[MAX_LEV_FIELDX][MAX_LEV_FIELDY];
+
+-int GfxFrame[MAX_LEV_FIELDX][MAX_LEV_FIELDY];
++// int GfxFrame[MAX_LEV_FIELDX][MAX_LEV_FIELDY];
+ int GfxRandom[MAX_LEV_FIELDX][MAX_LEV_FIELDY];
+ int GfxElement[MAX_LEV_FIELDX][MAX_LEV_FIELDY];
+ int GfxAction[MAX_LEV_FIELDX][MAX_LEV_FIELDY];
+@@ -132,7 +132,7 @@ struct LevelInfo level, level_template;
+ struct PlayerInfo stored_player[MAX_PLAYERS], *local_player = NULL;
+ struct HiScore highscore[MAX_SCORE_ENTRIES];
+ struct TapeInfo tape;
+-struct SetupInfo setup;
++// struct SetupInfo setup;
+ struct GameInfo game;
+ struct GlobalInfo global;
+ struct BorderInfo border;