summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__chained_buffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__chained_buffer.hpp')
-rw-r--r--net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__chained_buffer.hpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__chained_buffer.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__chained_buffer.hpp
deleted file mode 100644
index 19028a1e5e7c..000000000000
--- a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__chained_buffer.hpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- include/libtorrent/chained_buffer.hpp.orig 2008-10-05 10:41:54.000000000 +0900
-+++ include/libtorrent/chained_buffer.hpp 2009-04-19 05:13:19.000000000 +0900
-@@ -35,7 +35,7 @@
-
- #include <boost/function.hpp>
- #include <boost/version.hpp>
--#if BOOST_VERSION < 103500
-+#if 1 // BOOST_VERSION < 103500
- #include <asio/buffer.hpp>
- #else
- #include <boost/asio/buffer.hpp>
-@@ -45,7 +45,7 @@
-
- namespace libtorrent
- {
--#if BOOST_VERSION >= 103500
-+#if 0 // BOOST_VERSION >= 103500
- namespace asio = boost::asio;
- #endif
- struct chained_buffer