diff options
author | pav <pav@FreeBSD.org> | 2010-12-28 04:55:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-12-28 04:55:08 +0800 |
commit | d941294017a2cc0b2943cb0a510cc653307a7d41 (patch) | |
tree | bee7141075a9d73b62206c5cad9471cfcba05d24 /games | |
parent | 40a3c51c71db6265168d356264feb5f1b8f6c4eb (diff) | |
download | freebsd-ports-gnome-d941294017a2cc0b2943cb0a510cc653307a7d41.tar.gz freebsd-ports-gnome-d941294017a2cc0b2943cb0a510cc653307a7d41.tar.zst freebsd-ports-gnome-d941294017a2cc0b2943cb0a510cc653307a7d41.zip |
- Fix build with new boost
Submitted by: Alexander Churanov <alexanderchuranov@gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/alephone/files/patch-Source_Files_Network_Metaserver_network_metaserver.h | 10 | ||||
-rw-r--r-- | games/spring/files/patch-rts-lib-lobby-Connection.h | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/games/alephone/files/patch-Source_Files_Network_Metaserver_network_metaserver.h b/games/alephone/files/patch-Source_Files_Network_Metaserver_network_metaserver.h new file mode 100644 index 000000000000..8d96ea3d3130 --- /dev/null +++ b/games/alephone/files/patch-Source_Files_Network_Metaserver_network_metaserver.h @@ -0,0 +1,10 @@ +--- Source_Files/Network/Metaserver/network_metaserver.h.orig 2010-12-10 15:54:11.000000000 +0300 ++++ Source_Files/Network/Metaserver/network_metaserver.h 2010-12-10 15:54:23.000000000 +0300 +@@ -32,6 +32,7 @@ + #include <map> + #include <memory> // auto_ptr + #include <set> ++#include <stdexcept> + + #include "Logging.h" + diff --git a/games/spring/files/patch-rts-lib-lobby-Connection.h b/games/spring/files/patch-rts-lib-lobby-Connection.h new file mode 100644 index 000000000000..25ede7f23a5a --- /dev/null +++ b/games/spring/files/patch-rts-lib-lobby-Connection.h @@ -0,0 +1,10 @@ +--- rts/lib/lobby/Connection.h.orig 2010-12-10 17:17:43.000000000 +0300 ++++ rts/lib/lobby/Connection.h 2010-12-10 17:19:28.000000000 +0300 +@@ -6,6 +6,7 @@ + #include <boost/asio/streambuf.hpp> + #include <boost/asio/deadline_timer.hpp> + #include <boost/asio/ip/tcp.hpp> ++#include <list> + #include <string> + + struct ClientStatus |