diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-05-10 21:03:44 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-05-10 21:03:44 +0300 |
commit | 036214b9ae183ce7d25ad2558414e3f5511a0a3d (patch) | |
tree | 345c38197f4df03b0c876b4c40ffbd34f8fdbfc3 /games-strategy/spring/files/gcc.patch | |
parent | dc6f32444cb23a53d0768d1266285e2e8fffc401 (diff) |
new file: games-strategy/spring/files/gcc.patch
new file: games-strategy/spring/files/no_gml.patch
new file: games-strategy/spring/files/no_headless.patch
new file: games-strategy/spring/files/spring.png
new file: games-strategy/spring/spring-0.82.7.1-r1.ebuild
Diffstat (limited to 'games-strategy/spring/files/gcc.patch')
-rw-r--r-- | games-strategy/spring/files/gcc.patch | 11 |
1 files changed, 11 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 + { |