diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 04:38:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 06:32:42 +0000 |
commit | 1e399a9e5d0b5fbddb0c5f40e11d906fe16d1ab7 (patch) | |
tree | a3c64466a94e9c4c59492b4a75ddb61d27d4d47f /games-puzzle/xlogical/files | |
parent | games-arcade/blockrage: port to EAPI 7, fix build, games.eclass-- (diff) | |
download | gentoo-1e399a9e5d0b5fbddb0c5f40e11d906fe16d1ab7.tar.gz gentoo-1e399a9e5d0b5fbddb0c5f40e11d906fe16d1ab7.tar.bz2 gentoo-1e399a9e5d0b5fbddb0c5f40e11d906fe16d1ab7.zip |
games-puzzle/xlogical: port to EAPI 7, games.eclass--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-puzzle/xlogical/files')
-rw-r--r-- | games-puzzle/xlogical/files/xlogical-1.0.7-gcc41.patch | 16 | ||||
-rw-r--r-- | games-puzzle/xlogical/files/xlogical-1.0.7-gcc43.patch | 20 |
2 files changed, 18 insertions, 18 deletions
diff --git a/games-puzzle/xlogical/files/xlogical-1.0.7-gcc41.patch b/games-puzzle/xlogical/files/xlogical-1.0.7-gcc41.patch index 19cd188b0e0e..5c77527dc598 100644 --- a/games-puzzle/xlogical/files/xlogical-1.0.7-gcc41.patch +++ b/games-puzzle/xlogical/files/xlogical-1.0.7-gcc41.patch @@ -1,5 +1,5 @@ ---- properties.h.old 2007-01-11 17:33:45.000000000 +0100 -+++ properties.h 2007-01-11 17:34:32.000000000 +0100 +--- a/properties.h ++++ b/properties.h @@ -33,9 +33,7 @@ #include <map> #include <string> @@ -10,8 +10,8 @@ #include "defs.h" ---- anim.h.old 2007-01-11 17:36:20.000000000 +0100 -+++ anim.h 2007-01-11 17:36:37.000000000 +0100 +--- a/anim.h ++++ b/anim.h @@ -27,9 +27,7 @@ // Language Includes #include <list> @@ -22,8 +22,8 @@ // Application Includes #include "graph.h" ---- exception.h.old 2007-01-11 17:37:37.000000000 +0100 -+++ exception.h 2007-01-11 17:38:21.000000000 +0100 +--- a/exception.h ++++ b/exception.h @@ -27,10 +27,9 @@ // Language Includes @@ -36,8 +36,8 @@ #define CatchEx(aEx) catch( CXLException aEx ) #define ThrowEx(aError) throw CXLException(aError,__FILE__,__LINE__) ---- gamelogic.cpp.old 2007-01-11 17:38:52.000000000 +0100 -+++ gamelogic.cpp 2007-01-11 17:39:12.000000000 +0100 +--- a/gamelogic.cpp ++++ b/gamelogic.cpp @@ -154,7 +154,7 @@ levelFile = NULL; } diff --git a/games-puzzle/xlogical/files/xlogical-1.0.7-gcc43.patch b/games-puzzle/xlogical/files/xlogical-1.0.7-gcc43.patch index 4b64fcd67783..594298c93d44 100644 --- a/games-puzzle/xlogical/files/xlogical-1.0.7-gcc43.patch +++ b/games-puzzle/xlogical/files/xlogical-1.0.7-gcc43.patch @@ -1,5 +1,5 @@ ---- gamelogic.cpp -+++ gamelogic.cpp +--- a/gamelogic.cpp ++++ b/gamelogic.cpp @@ -25,6 +25,7 @@ #include<fstream> #include<cstdio> @@ -8,8 +8,8 @@ #ifndef WIN32 #include<unistd.h> ---- levelmap.cpp -+++ levelmap.cpp +--- a/levelmap.cpp ++++ b/levelmap.cpp @@ -21,6 +21,7 @@ ////////////////////////////////////////////////////////////////////////
@@ -18,8 +18,8 @@ #include <cstdio>
#include <cctype>
#include <cstring>
---- mapedit.cpp -+++ mapedit.cpp +--- a/mapedit.cpp ++++ b/mapedit.cpp @@ -26,6 +26,8 @@ #include<cstdio>
#include<list>
@@ -29,8 +29,8 @@ #ifndef WIN32
#include<unistd.h>
---- modlist.cpp -+++ modlist.cpp +--- a/modlist.cpp ++++ b/modlist.cpp @@ -22,6 +22,7 @@ #include <iostream>
@@ -39,8 +39,8 @@ #ifdef WIN32
#include <afxwin.h>
---- tile_spinner.cpp -+++ tile_spinner.cpp +--- a/tile_spinner.cpp ++++ b/tile_spinner.cpp @@ -24,6 +24,7 @@ |