Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent/files: rb_libtorrent-0.14.12_boost-1.45.patch
Date: Mon, 31 Jan 2011 11:54:53
Message-Id: 20110131115442.50AAC20057@flycatcher.gentoo.org
1 hwoarang 11/01/31 11:54:42
2
3 Added: rb_libtorrent-0.14.12_boost-1.45.patch
4 Log:
5 Make it build against dev-libs/boost-1.45. Bug #352001
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-libs/rb_libtorrent/files/rb_libtorrent-0.14.12_boost-1.45.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.12_boost-1.45.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.12_boost-1.45.patch?rev=1.1&content-type=text/plain
14
15 Index: rb_libtorrent-0.14.12_boost-1.45.patch
16 ===================================================================
17 Index: libtorrent-rasterbar-0.14.12/include/libtorrent/udp_socket.hpp
18 ===================================================================
19 --- libtorrent-rasterbar-0.14.12.orig/include/libtorrent/udp_socket.hpp
20 +++ libtorrent-rasterbar-0.14.12/include/libtorrent/udp_socket.hpp
21 @@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
22 #include "libtorrent/buffer.hpp"
23 #include "libtorrent/session_settings.hpp"
24
25 -#include <vector>
26 +#include <list>
27 #include <boost/function.hpp>
28 #include <boost/thread/mutex.hpp>