mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
* use https for homepage * depend on libsdl[opengl,sound,video] (doesn't launch without opengl) * depend on zlib * make dependency for music unconditional (generally feel audio/music being a broken-if-missing optfeature is questionable for games, there is an option to disable correctly in-game) * tidy patches and add some bugrefs * fix direct AR call (combined with -flags.patch) Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
46 lines
878 B
Diff
46 lines
878 B
Diff
https://bugs.gentoo.org/218299
|
|
--- a/tinyxml/tinyxml.cpp
|
|
+++ b/tinyxml/tinyxml.cpp
|
|
@@ -25,2 +25,4 @@
|
|
|
|
+#include <cstring>
|
|
+
|
|
|
|
--- a/tinyxml/tinyxml.h
|
|
+++ b/tinyxml/tinyxml.h
|
|
@@ -32,2 +32,3 @@
|
|
|
|
+#include <cstdlib>
|
|
#include <string>
|
|
--- a/tinyxml/tinyxmlparser.cpp
|
|
+++ b/tinyxml/tinyxmlparser.cpp
|
|
@@ -27,2 +27,4 @@
|
|
|
|
+#include <cstring>
|
|
+
|
|
const char* TiXmlBase::SkipWhiteSpace( const char* p )
|
|
--- a/utils/ResourceManager.cpp
|
|
+++ b/utils/ResourceManager.cpp
|
|
@@ -24,2 +24,4 @@
|
|
|
|
+#include <cstring>
|
|
+
|
|
#ifdef WIN32
|
|
--- a/utils/Value.hpp
|
|
+++ b/utils/Value.hpp
|
|
@@ -17,2 +17,3 @@
|
|
|
|
+#include <cstdlib>
|
|
#include <stdio.h>
|
|
--- a/utils/zStream.cpp
|
|
+++ b/utils/zStream.cpp
|
|
@@ -14,2 +14,3 @@
|
|
//
|
|
+#include <cstdlib>
|
|
#include <Trace.hpp>
|
|
--- a/utils/zStreamBufferImplZLib.cpp
|
|
+++ b/utils/zStreamBufferImplZLib.cpp
|
|
@@ -14,2 +14,3 @@
|
|
//
|
|
+#include <cstdlib>
|
|
#include <Trace.hpp>
|