summaryrefslogtreecommitdiff
path: root/libraries/libtorrent-rasterbar/boost-1.36.0.patch
diff options
context:
space:
mode:
authorErik Hanson <erik@slackbuilds.org>2010-05-12 17:41:49 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-12 17:41:49 +0200
commita86dce83ef4bca8b610631543e38d15c18464172 (patch)
treed0e0f48ee60aa4d525cc2ae77eaeb87d8d55778f /libraries/libtorrent-rasterbar/boost-1.36.0.patch
parent0e396108c58d0cee8b9db81c64c6b2b8c6e50d3c (diff)
downloadslackbuilds-a86dce83ef4bca8b610631543e38d15c18464172.tar.gz
libraries/libtorrent-rasterbar: Updated for version 0.14.3
Diffstat (limited to 'libraries/libtorrent-rasterbar/boost-1.36.0.patch')
-rw-r--r--libraries/libtorrent-rasterbar/boost-1.36.0.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/libraries/libtorrent-rasterbar/boost-1.36.0.patch b/libraries/libtorrent-rasterbar/boost-1.36.0.patch
deleted file mode 100644
index cffebba940..0000000000
--- a/libraries/libtorrent-rasterbar/boost-1.36.0.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -uNr src/torrent_info.cpp src/torrent_info.cpp2
---- src/torrent_info.cpp 2008-08-24 18:13:52.000000000 +0200
-+++ src/torrent_info.cpp 2008-08-24 18:15:28.000000000 +0200
-@@ -354,7 +354,11 @@
- {
- m_name = tmp.leaf();
- }
-+#if BOOST_VERSION < 103600
- else if (tmp.has_branch_path())
-+#else
-+ else if (tmp.has_parent_path())
-+#endif
- {
- fs::path p;
- for (fs::path::iterator i = tmp.begin()
-@@ -572,7 +576,11 @@
- {
- // TORRENT_ASSERT(file.begin() != file.end());
-
-+#if BOOST_VERSION < 103600
- if (!file.has_branch_path())
-+#else
-+ if (!file.has_parent_path())
-+#endif
- {
- // you have already added at least one file with a
- // path to the file (branch_path), which means that
-
-======================================================================================
-diff -uNr include/libtorrent/disk_io_thread.hpp include/libtorrent/disk_io_thread.hpp2
---- include/libtorrent/disk_io_thread.hpp 2008-04-09 10:48:02.000000000 +0200
-+++ include/libtorrent/disk_io_thread.hpp 2008-08-24 20:38:01.000000000 +0200
-@@ -39,6 +39,7 @@
-
- #include "libtorrent/storage.hpp"
- #include <boost/thread/thread.hpp>
-+#include <boost/thread/condition.hpp>
- #include <boost/function.hpp>
- #include <boost/thread/mutex.hpp>
- #include <boost/bind.hpp>