diff options
Diffstat (limited to 'games-strategy/spring/files')
-rw-r--r-- | games-strategy/spring/files/gcc.patch | 11 | ||||
-rw-r--r-- | games-strategy/spring/files/no_gml.patch | 13 | ||||
-rw-r--r-- | games-strategy/spring/files/no_headless.patch | 10 | ||||
-rw-r--r-- | games-strategy/spring/files/spring.png | bin | 0 -> 139208 bytes |
4 files changed, 34 insertions, 0 deletions
diff --git a/games-strategy/spring/files/gcc.patch b/games-strategy/spring/files/gcc.patch new file mode 100644 index 0000000..fa20686 --- /dev/null +++ b/games-strategy/spring/files/gcc.patch @@ -0,0 +1,11 @@ +diff -Naur spring_original/rts/lib/lobby/Connection.h spring_patched/rts/lib/lobby/Connection.h +--- spring_original/rts/lib/lobby/Connection.h 2010-10-15 23:08:24.000000000 +0300 ++++ spring_patched/rts/lib/lobby/Connection.h 2010-12-13 00:06:25.000000000 +0200 +@@ -7,6 +7,7 @@ + #include <boost/asio/deadline_timer.hpp> + #include <boost/asio/ip/tcp.hpp> + #include <string> ++#include <list> + + struct ClientStatus + { diff --git a/games-strategy/spring/files/no_gml.patch b/games-strategy/spring/files/no_gml.patch new file mode 100644 index 0000000..15dbf3f --- /dev/null +++ b/games-strategy/spring/files/no_gml.patch @@ -0,0 +1,13 @@ +diff --git a/rts/builds/CMakeLists.txt b/rts/builds/CMakeLists.txt +index ef85210..c830d9a 100644 +--- a/rts/builds/CMakeLists.txt ++++ b/rts/builds/CMakeLists.txt +@@ -34,7 +34,7 @@ endmacro (CreateEngineBuildInstallTarget targetName) + + if (NOT HEADLESS_SYSTEM) + Add_Subdirectory(default) +- Add_Subdirectory(GML) ++ #Add_Subdirectory(GML) + endif (NOT HEADLESS_SYSTEM) + + Add_Subdirectory(DS) diff --git a/games-strategy/spring/files/no_headless.patch b/games-strategy/spring/files/no_headless.patch new file mode 100644 index 0000000..002ac13 --- /dev/null +++ b/games-strategy/spring/files/no_headless.patch @@ -0,0 +1,10 @@ +diff --git a/rts/builds/CMakeLists.txt b/rts/builds/CMakeLists.txt +index ef85210..05d51cc 100644 +--- a/rts/builds/CMakeLists.txt ++++ b/rts/builds/CMakeLists.txt +@@ -38,4 +38,4 @@ if (NOT HEADLESS_SYSTEM) + endif (NOT HEADLESS_SYSTEM) + + Add_Subdirectory(DS) +-Add_Subdirectory(HL) ++#Add_Subdirectory(HL) diff --git a/games-strategy/spring/files/spring.png b/games-strategy/spring/files/spring.png Binary files differnew file mode 100644 index 0000000..0e75470 --- /dev/null +++ b/games-strategy/spring/files/spring.png |