summaryrefslogtreecommitdiff
path: root/package/libtorrent/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-24 12:07:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-24 12:07:28 +0100
commitac46e350e174e78a55a348eda775665ae0eb3277 (patch)
tree5574ba5e9a7108554683edb25bcd4b99599b8fa7 /package/libtorrent/patches
parent89aa2adc650176b493075e1d8e64f1b6cc635d90 (diff)
update gcc, glibc and fix build breakage
Diffstat (limited to 'package/libtorrent/patches')
-rw-r--r--package/libtorrent/patches/patch-src_protocol_extensions_cc10
-rw-r--r--package/libtorrent/patches/patch-src_torrent_poll_epoll_cc10
2 files changed, 0 insertions, 20 deletions
diff --git a/package/libtorrent/patches/patch-src_protocol_extensions_cc b/package/libtorrent/patches/patch-src_protocol_extensions_cc
deleted file mode 100644
index 9f3c60504..000000000
--- a/package/libtorrent/patches/patch-src_protocol_extensions_cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- libtorrent-0.12.4.orig/src/protocol/extensions.cc 2008-08-26 22:15:15.000000000 +0200
-+++ libtorrent-0.12.4/src/protocol/extensions.cc 2009-08-28 17:38:49.879440210 +0200
-@@ -37,6 +37,7 @@
- #include "config.h"
-
- #include <limits>
-+#include <cstdio>
- #include <sstream>
-
- #include "download/available_list.h"
diff --git a/package/libtorrent/patches/patch-src_torrent_poll_epoll_cc b/package/libtorrent/patches/patch-src_torrent_poll_epoll_cc
deleted file mode 100644
index c542f951f..000000000
--- a/package/libtorrent/patches/patch-src_torrent_poll_epoll_cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- libtorrent-0.12.4.orig/src/torrent/poll_epoll.cc 2008-10-28 12:49:47.000000000 +0100
-+++ libtorrent-0.12.4/src/torrent/poll_epoll.cc 2009-08-28 17:34:23.579476292 +0200
-@@ -37,6 +37,7 @@
- #include "config.h"
-
- #include <cerrno>
-+#include <cstdio>
- #include <cstring>
-
- #include <unistd.h>