diff options
author | 2018-05-01 14:53:53 +0200 | |
---|---|---|
committer | 2018-05-01 21:33:33 +0200 | |
commit | ac647da9261e7b4130a4909d8d96d9324d005d3d (patch) | |
tree | 9ae2d75fbeaa2fc8d5c84f17e36aa31b5b5c42d6 /games-puzzle/mirrormagic/files | |
parent | games-puzzle/mindless: Drop old (diff) | |
download | gentoo-ac647da9261e7b4130a4909d8d96d9324d005d3d.tar.gz gentoo-ac647da9261e7b4130a4909d8d96d9324d005d3d.tar.bz2 gentoo-ac647da9261e7b4130a4909d8d96d9324d005d3d.zip |
games-puzzle/mirrormagic: Stop using games.eclass
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/mirrormagic/files')
3 files changed, 6 insertions, 6 deletions
diff --git a/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-64bit.patch b/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-64bit.patch index e9b313423699..4817f75786f8 100644 --- a/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-64bit.patch +++ b/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-64bit.patch @@ -6,8 +6,8 @@ unsigned long. Should probably really be uint32_t but I'll leave that decision to upstream. Thanks Pelle Nilsson (and son). 64bit check borrowed from bug #496863. Closes: #498912. ---- src/libgame/gadgets.c -+++ src/libgame/gadgets.c +--- a/src/libgame/gadgets.c ++++ b/src/libgame/gadgets.c @@ -18,6 +18,12 @@ #include "text.h" #include "misc.h" diff --git a/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-gcc41.patch b/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-gcc41.patch index c8d386f4e581..be7f701de42f 100644 --- a/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-gcc41.patch +++ b/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-gcc41.patch @@ -1,5 +1,5 @@ ---- src/main.h.old -+++ src/main.h +--- a/src/main.h.old ++++ b/src/main.h @@ -459,7 +459,6 @@ #endif extern struct HiScore highscore[]; diff --git a/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-parallel.patch b/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-parallel.patch index 9b538a688816..a7effd4b6984 100644 --- a/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-parallel.patch +++ b/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-parallel.patch @@ -1,5 +1,5 @@ ---- src/Makefile.old -+++ src/Makefile +--- a/src/Makefile.old ++++ b/src/Makefile @@ -146,7 +146,7 @@ endif |