Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gimp/files: gimp-curl-headers.diff
Date: Sat, 30 Jul 2011 16:03:13
Message-Id: 20110730160301.D089C20051@flycatcher.gentoo.org
1 angelos 11/07/30 16:03:01
2
3 Added: gimp-curl-headers.diff
4 Log:
5 Fix compilation against curl-7.21.7 (bug #377075)
6
7 (Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-gfx/gimp/files/gimp-curl-headers.diff
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/files/gimp-curl-headers.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/files/gimp-curl-headers.diff?rev=1.1&content-type=text/plain
14
15 Index: gimp-curl-headers.diff
16 ===================================================================
17 diff --git a/plug-ins/file-uri/uri-backend-libcurl.c b/plug-ins/file-uri/uri-backend-libcurl.c
18 index a566966..747dca7 100644
19 --- a/plug-ins/file-uri/uri-backend-libcurl.c
20 +++ b/plug-ins/file-uri/uri-backend-libcurl.c
21 @@ -24,7 +24,6 @@
22 #include <errno.h>
23
24 #include <curl/curl.h>
25 -#include <curl/types.h>
26 #include <curl/easy.h>
27
28 #include <glib/gstdio.h>