summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-23 23:07:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-23 23:07:36 +0000
commit0efddd3cc6e94ad1607e693df537ebad480cb557 (patch)
treecc72a91aa9ede34444eda35c0775423f2f191bf3 /net-p2p
parentliblouisxml is a library intended to provide complete braille (diff)
- Fix build with upcomint boost 1.37.1
PR: 132915 Submitted by: myself Approved by: johan at stromnet dot se (maintainer)
Notes
Notes: svn path=/head/; revision=230810
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/rblibtorrent/files/patch-include-libtorrent-disk_io_thread.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/rblibtorrent/files/patch-include-libtorrent-disk_io_thread.hpp b/net-p2p/rblibtorrent/files/patch-include-libtorrent-disk_io_thread.hpp
new file mode 100644
index 000000000000..903508ef84af
--- /dev/null
+++ b/net-p2p/rblibtorrent/files/patch-include-libtorrent-disk_io_thread.hpp
@@ -0,0 +1,10 @@
+--- include/libtorrent/disk_io_thread.hpp.orig 2008-04-05 12:32:51.000000000 +0400
++++ include/libtorrent/disk_io_thread.hpp 2009-03-21 17:05:33.000000000 +0300
+@@ -41,6 +41,7 @@
+ #include <boost/thread/thread.hpp>
+ #include <boost/function.hpp>
+ #include <boost/thread/mutex.hpp>
++#include <boost/thread/condition.hpp>
+ #include <boost/bind.hpp>
+ #include <boost/pool/pool.hpp>
+ #include <boost/noncopyable.hpp>