diff options
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/files/canvas.patch | 12 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/gcc.patch | 10 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-scm.ebuild | 2 |
3 files changed, 1 insertions, 23 deletions
diff --git a/net-p2p/rtorrent/files/canvas.patch b/net-p2p/rtorrent/files/canvas.patch deleted file mode 100644 index 6b0419e..0000000 --- a/net-p2p/rtorrent/files/canvas.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur /var/paludis/repositories/gentoo/distfiles/svn-src/rtorrent/rtorrent/src/display/canvas.h ./src/display/canvas.h ---- /var/paludis/repositories/gentoo/distfiles/svn-src/rtorrent/rtorrent/src/display/canvas.h 2011-04-12 10:30:16.013411001 +0300 -+++ ./src/display/canvas.h 2011-04-12 10:43:51.159411001 +0300 -@@ -48,7 +48,7 @@ - public: - typedef std::vector<Attributes> attributes_list; - -- Canvas(int x = 0, int y = 0, int width = 0, int height = 0); -+ Canvas(int x = 0, int y = 0, int width = 1, int height = 1); - ~Canvas() { delwin(m_window); } - - void refresh() { wnoutrefresh(m_window); } diff --git a/net-p2p/rtorrent/files/gcc.patch b/net-p2p/rtorrent/files/gcc.patch deleted file mode 100644 index 258ad06..0000000 --- a/net-p2p/rtorrent/files/gcc.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- rtorrent/src/main.cc 2013-08-21 03:49:49.552210826 +0300 -+++ rtorrent-9999/src/main.cc 2013-08-21 03:49:14.135542775 +0300 -@@ -43,6 +43,7 @@ - #include <sstream> - #include <string> - #include <inttypes.h> -+#include <unistd.h> - #include <sigc++/adaptors/bind.h> - #include <torrent/http.h> - #include <torrent/torrent.h> diff --git a/net-p2p/rtorrent/rtorrent-scm.ebuild b/net-p2p/rtorrent/rtorrent-scm.ebuild index 8094755..52ceb54 100644 --- a/net-p2p/rtorrent/rtorrent-scm.ebuild +++ b/net-p2p/rtorrent/rtorrent-scm.ebuild @@ -36,7 +36,7 @@ src_compile() { if [[ $(tc-arch) = "x86" ]]; then filter-flags -fomit-frame-pointer -fforce-addr fi - epatch ${FILESDIR}/canvas.patch +# epatch ${FILESDIR}/canvas.patch #epatch ${FILESDIR}/gcc.patch econf $(use_enable debug) \ |