diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-07-17 03:14:01 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-07-17 03:58:48 -0400 |
commit | f306ecedbdd430efacf5fe8b3f9b018f24716e3b (patch) | |
tree | 54cd6b4ab634e65330a183ccfa7b38589a587bc5 /games-puzzle/xlogical/files | |
parent | games-puzzle/xlogical: add 1.0.8, remove alt_gfx, gcc11 fix (diff) | |
download | gentoo-f306ecedbdd430efacf5fe8b3f9b018f24716e3b.tar.gz gentoo-f306ecedbdd430efacf5fe8b3f9b018f24716e3b.tar.bz2 gentoo-f306ecedbdd430efacf5fe8b3f9b018f24716e3b.zip |
games-puzzle/xlogical: drop 1.0.7-r1
Broken with gcc11 alongside other issues.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle/xlogical/files')
-rw-r--r-- | games-puzzle/xlogical/files/xlogical-1.0.7-gcc41.patch | 49 | ||||
-rw-r--r-- | games-puzzle/xlogical/files/xlogical-1.0.7-gcc43.patch | 51 |
2 files changed, 0 insertions, 100 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 deleted file mode 100644 index 5c77527dc598..000000000000 --- a/games-puzzle/xlogical/files/xlogical-1.0.7-gcc41.patch +++ /dev/null @@ -1,49 +0,0 @@ ---- a/properties.h -+++ b/properties.h -@@ -33,9 +33,7 @@ - #include <map> - #include <string> - --#ifdef WIN32 - using namespace std; --#endif - - #include "defs.h" - ---- a/anim.h -+++ b/anim.h -@@ -27,9 +27,7 @@ - // Language Includes - #include <list> - --#ifdef WIN32 - using namespace std; --#endif - - // Application Includes - #include "graph.h" ---- a/exception.h -+++ b/exception.h -@@ -27,10 +27,9 @@ - - // Language Includes - #include <string> -+#include <iostream> - --#ifdef WIN32 - using namespace std; --#endif - - #define CatchEx(aEx) catch( CXLException aEx ) - #define ThrowEx(aError) throw CXLException(aError,__FILE__,__LINE__) ---- a/gamelogic.cpp -+++ b/gamelogic.cpp -@@ -154,7 +154,7 @@ - levelFile = NULL; - } - -- currentMap = NULL; -+ currentMap = gameLevels.begin(); - - playerName = new char[32+1]; - strcpy( playerName, "nobody" ); diff --git a/games-puzzle/xlogical/files/xlogical-1.0.7-gcc43.patch b/games-puzzle/xlogical/files/xlogical-1.0.7-gcc43.patch deleted file mode 100644 index 594298c93d44..000000000000 --- a/games-puzzle/xlogical/files/xlogical-1.0.7-gcc43.patch +++ /dev/null @@ -1,51 +0,0 @@ ---- a/gamelogic.cpp -+++ b/gamelogic.cpp -@@ -25,6 +25,7 @@ - #include<fstream> - #include<cstdio> - #include<cctype> -+#include <cstdlib> - - #ifndef WIN32 - #include<unistd.h> ---- a/levelmap.cpp -+++ b/levelmap.cpp -@@ -21,6 +21,7 @@ - ////////////////////////////////////////////////////////////////////////
-
- // Language Includes
-+#include <cstdlib> - #include <cstdio>
- #include <cctype>
- #include <cstring>
---- a/mapedit.cpp -+++ b/mapedit.cpp -@@ -26,6 +26,8 @@ - #include<cstdio>
- #include<list>
- #include<vector>
-+#include <cstdlib> -+#include <cstring> -
- #ifndef WIN32
- #include<unistd.h>
---- a/modlist.cpp -+++ b/modlist.cpp -@@ -22,6 +22,7 @@ -
- #include <iostream>
- #include <fstream>
-+#include <cstdlib>
-
- #ifdef WIN32
- #include <afxwin.h>
---- a/tile_spinner.cpp -+++ b/tile_spinner.cpp -@@ -24,6 +24,7 @@ - - - // Application Includes -+#include <cstdlib> - #include "audio.h" - #include "properties.h" - #include "defs.h" |