summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-07-25 10:38:01 +0000
committerChristoph Mende <angelos@gentoo.org>2011-07-25 10:38:01 +0000
commit558876149fb5a7f8b498f8535eee995a7abe51fe (patch)
treeff2d6381edb82d00c9e62ac30056644936dea3d3 /net-p2p/gtorrentviewer/files
parentFix compilation against curl-7.21.7 (bug #376227) (diff)
downloadgentoo-2-558876149fb5a7f8b498f8535eee995a7abe51fe.tar.gz
gentoo-2-558876149fb5a7f8b498f8535eee995a7abe51fe.tar.bz2
gentoo-2-558876149fb5a7f8b498f8535eee995a7abe51fe.zip
Fix compilation against curl-7.21.7 (bug #376233)
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/gtorrentviewer/files')
-rw-r--r--net-p2p/gtorrentviewer/files/gtorrentviewer-0.2b-curl-headers.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/gtorrentviewer/files/gtorrentviewer-0.2b-curl-headers.patch b/net-p2p/gtorrentviewer/files/gtorrentviewer-0.2b-curl-headers.patch
new file mode 100644
index 000000000000..66e33fb3932b
--- /dev/null
+++ b/net-p2p/gtorrentviewer/files/gtorrentviewer-0.2b-curl-headers.patch
@@ -0,0 +1,12 @@
+diff --git a/src/main.c b/src/main.c
+index fc51205..f46d30a 100644
+--- a/src/main.c
++++ b/src/main.c
+@@ -40,7 +40,6 @@
+ #include <errno.h>
+
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+
+ #include "bencode.h"