aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-03-24 07:07:36 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-03-24 07:07:36 +0800
commiteedf3635368d872746ffc6863dbacf9a62156fa5 (patch)
tree87c9ebc571b8f1ae606f4c2aa41898b4be8672db /net-p2p
parentbeccb564789775b1c706826c8ee9cf7a48e4be2f (diff)
downloadfreebsd-ports-eedf3635368d872746ffc6863dbacf9a62156fa5.tar.gz
freebsd-ports-eedf3635368d872746ffc6863dbacf9a62156fa5.tar.zst
freebsd-ports-eedf3635368d872746ffc6863dbacf9a62156fa5.zip
- Fix build with upcomint boost 1.37.1
PR: 132915 Submitted by: myself Approved by: johan at stromnet dot se (maintainer)
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>