summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__socket.hpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
commitcc415305a049ca523f2a8cf674009fa77c54fee6 (patch)
tree6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__socket.hpp
parent- Now fix to use this port on !i386. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
Notes
Notes: svn path=/head/; revision=244256 svn path=/tags/RELEASE_8_0_0/; revision=244257; tag=release/8.0.0
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__socket.hpp')
-rw-r--r--net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__socket.hpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__socket.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__socket.hpp
deleted file mode 100644
index f1ae1b7a67c8..000000000000
--- a/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__socket.hpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- include/libtorrent/socket.hpp.orig 2009-02-08 17:13:07.000000000 +0900
-+++ include/libtorrent/socket.hpp 2009-04-19 05:18:58.000000000 +0900
-@@ -47,7 +47,7 @@
-
- #include <boost/version.hpp>
-
--#if BOOST_VERSION < 103500
-+#if 1 // BOOST_VERSION < 103500
- #include <asio/ip/tcp.hpp>
- #include <asio/ip/udp.hpp>
- #include <asio/io_service.hpp>
-@@ -82,7 +82,7 @@
- namespace libtorrent
- {
-
--#if BOOST_VERSION < 103500
-+#if 1 // BOOST_VERSION < 103500
- using asio::ip::tcp;
- using asio::ip::udp;
- using asio::async_write;