summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar-14/files/patch-src__lsd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14/files/patch-src__lsd.cpp')
-rw-r--r--net-p2p/libtorrent-rasterbar-14/files/patch-src__lsd.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-src__lsd.cpp b/net-p2p/libtorrent-rasterbar-14/files/patch-src__lsd.cpp
deleted file mode 100644
index 850bf0af0bac..000000000000
--- a/net-p2p/libtorrent-rasterbar-14/files/patch-src__lsd.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lsd.cpp.orig 2009-02-12 03:16:27.000000000 +0900
-+++ src/lsd.cpp 2009-04-19 05:30:17.000000000 +0900
-@@ -41,7 +41,7 @@
-
- #include <boost/bind.hpp>
- #include <boost/ref.hpp>
--#if BOOST_VERSION < 103500
-+#if 1 // BOOST_VERSION < 103500
- #include <asio/ip/host_name.hpp>
- #include <asio/ip/multicast.hpp>
- #else