aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/libtorrent-rasterbar-14
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-03-24 07:12:09 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-03-24 07:12:09 +0800
commit52da2cc42e424330bcc5d1770a577b097c18455a (patch)
tree55de1a194c7cc7bfb783d04b60538ecff8aaf73a /net-p2p/libtorrent-rasterbar-14
parenteedf3635368d872746ffc6863dbacf9a62156fa5 (diff)
downloadfreebsd-ports-gnome-52da2cc42e424330bcc5d1770a577b097c18455a.tar.gz
freebsd-ports-gnome-52da2cc42e424330bcc5d1770a577b097c18455a.tar.zst
freebsd-ports-gnome-52da2cc42e424330bcc5d1770a577b097c18455a.zip
- Fix build with upcoming boost 1.37.1
PR: 132917 Submitted by: myself
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14')
-rw-r--r--net-p2p/libtorrent-rasterbar-14/files/patch-include-libtorrent-disk_io_thread.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-include-libtorrent-disk_io_thread.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-include-libtorrent-disk_io_thread.hpp
new file mode 100644
index 000000000000..1686395e5c21
--- /dev/null
+++ b/net-p2p/libtorrent-rasterbar-14/files/patch-include-libtorrent-disk_io_thread.hpp
@@ -0,0 +1,10 @@
+--- include/libtorrent/disk_io_thread.hpp.orig 2008-04-06 01:18:27.000000000 +0400
++++ include/libtorrent/disk_io_thread.hpp 2009-03-21 17:05:10.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>