Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/conky/files: conky-1.8.1-curl-headers.patch
Date: Fri, 29 Jul 2011 06:40:11
Message-Id: 20110729064000.4F7382004B@flycatcher.gentoo.org
1 angelos 11/07/29 06:40:00
2
3 Added: conky-1.8.1-curl-headers.patch
4 Log:
5 Fix compilation against curl-7.21.7 (bug #376833)
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-admin/conky/files/conky-1.8.1-curl-headers.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/files/conky-1.8.1-curl-headers.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/files/conky-1.8.1-curl-headers.patch?rev=1.1&content-type=text/plain
14
15 Index: conky-1.8.1-curl-headers.patch
16 ===================================================================
17 diff --git a/src/ccurl_thread.c b/src/ccurl_thread.c
18 index 10e73a6..9bea299 100644
19 --- a/src/ccurl_thread.c
20 +++ b/src/ccurl_thread.c
21 @@ -33,7 +33,6 @@
22 #endif /* DEBUG */
23
24 #include <curl/curl.h>
25 -#include <curl/types.h>
26 #include <curl/easy.h>
27
28 /*
29 diff --git a/src/eve.c b/src/eve.c
30 index dc07264..f62a5f6 100644
31 --- a/src/eve.c
32 +++ b/src/eve.c
33 @@ -37,7 +37,6 @@
34 #include <libxml/xmlwriter.h>
35
36 #include <curl/curl.h>
37 -#include <curl/types.h>
38 #include <curl/easy.h>
39
40 #include <time.h>