summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/rb_libtorrent/files/rb_libtorrent-1.0.6-fix-debug-build.patch')
-rw-r--r--net-libs/rb_libtorrent/files/rb_libtorrent-1.0.6-fix-debug-build.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-libs/rb_libtorrent/files/rb_libtorrent-1.0.6-fix-debug-build.patch b/net-libs/rb_libtorrent/files/rb_libtorrent-1.0.6-fix-debug-build.patch
deleted file mode 100644
index 62429e75dd95..000000000000
--- a/net-libs/rb_libtorrent/files/rb_libtorrent-1.0.6-fix-debug-build.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Signed-off-by: Markos Chandras <hwoarang@gentoo.org>
-X-Gentoo-Bug: 559728
-X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=559728
-
-From 06ce6a2d8b048c5791e2cc5acd1dfe8845680a84 Mon Sep 17 00:00:00 2001
-From: Chocobo1 <Chocobo1@users.noreply.github.com>
-Date: Sat, 1 Aug 2015 20:29:43 +0800
-Subject: [PATCH] Fix typo
-
----
- src/torrent.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/torrent.cpp b/src/torrent.cpp
-index d2da131..2e276ec 100644
---- a/src/torrent.cpp
-+++ b/src/torrent.cpp
-@@ -675,7 +675,7 @@ namespace libtorrent
- }
-
- #if defined TORRENT_VERBOSE_LOGGING || defined TORRENT_LOGGING
-- debug_log("*** LEAVING SEED MODE (%s)", seed ? "as seed" : "as non-seed");
-+ debug_log("*** LEAVING SEED MODE (%s)", m_seed_mode ? "as seed" : "as non-seed");
- #endif
- m_seed_mode = false;
- // seed is false if we turned out not