aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-03-24 07:20:09 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-03-24 07:20:09 +0800
commit84fe220036d34b963dcf09eed4fd2f3db5798e3e (patch)
treee8ec2a3a4081abf574b823c2628b84f2e5dea53d /net-p2p
parent06b71524809c4deac6366ed85c7d91f53c793c3c (diff)
downloadfreebsd-ports-graphics-84fe220036d34b963dcf09eed4fd2f3db5798e3e.tar.gz
freebsd-ports-graphics-84fe220036d34b963dcf09eed4fd2f3db5798e3e.tar.zst
freebsd-ports-graphics-84fe220036d34b963dcf09eed4fd2f3db5798e3e.zip
- Fix build with upcoming boost 1.37.1
PR: 132916 Submitted by: myself
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/deluge05/files/patch-libtorrent-include-libtorrent-disk_io_thread.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/deluge05/files/patch-libtorrent-include-libtorrent-disk_io_thread.hpp b/net-p2p/deluge05/files/patch-libtorrent-include-libtorrent-disk_io_thread.hpp
new file mode 100644
index 00000000000..b184e458762
--- /dev/null
+++ b/net-p2p/deluge05/files/patch-libtorrent-include-libtorrent-disk_io_thread.hpp
@@ -0,0 +1,10 @@
+--- libtorrent/include/libtorrent/disk_io_thread.hpp.orig 2008-07-23 00:04:51.000000000 +0400
++++ libtorrent/include/libtorrent/disk_io_thread.hpp 2009-03-21 17:06:18.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>