diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-23 23:07:36 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-23 23:07:36 +0000 |
commit | 0efddd3cc6e94ad1607e693df537ebad480cb557 (patch) | |
tree | cc72a91aa9ede34444eda35c0775423f2f191bf3 /net-p2p | |
parent | 367114464edbd4c30c50eff2c29acbd3a2e75407 (diff) | |
download | ports-0efddd3cc6e94ad1607e693df537ebad480cb557.tar.gz ports-0efddd3cc6e94ad1607e693df537ebad480cb557.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rblibtorrent/files/patch-include-libtorrent-disk_io_thread.hpp | 10 |
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> |