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 /net-p2p/libtorrent-rasterbar-14 | |
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 'net-p2p/libtorrent-rasterbar-14')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/files/patch-include_libtorrent_udp_socket.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-include_libtorrent_udp_socket.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-include_libtorrent_udp_socket.hpp new file mode 100644 index 000000000000..f0e6903a97da --- /dev/null +++ b/net-p2p/libtorrent-rasterbar-14/files/patch-include_libtorrent_udp_socket.hpp @@ -0,0 +1,10 @@ +--- include/libtorrent/udp_socket.hpp.orig 2010-12-10 20:38:45.000000000 +0300 ++++ include/libtorrent/udp_socket.hpp 2010-12-10 20:39:05.000000000 +0300 +@@ -37,6 +37,7 @@ + #include "libtorrent/session_settings.hpp" + #include "libtorrent/buffer.hpp" + ++#include <list> + #include <vector> + #include <boost/function.hpp> + #include <boost/thread/mutex.hpp> |