]> CyberLeo.Net >> Repos - CDN/portage-cdn.git/blob - www-client/icecat/files/icecat-5.0-curl7217-includes-fix.patch
net-p2p/freenet: revbump
[CDN/portage-cdn.git] / www-client / icecat / files / icecat-5.0-curl7217-includes-fix.patch
1 --- icecat-5.0/config/system-headers
2 +++ icecat-5.0/config/system-headers
3 @@ -207,7 +207,6 @@
4  ctype.h
5  curl/curl.h
6  curl/easy.h
7 -curl/types.h
8  curses.h
9  cxxabi.h
10  DateTimeUtils.h
11 --- icecat-5.0/js/src/config/system-headers
12 +++ icecat-5.0/js/src/config/system-headers
13 @@ -207,7 +207,6 @@
14  ctype.h
15  curl/curl.h
16  curl/easy.h
17 -curl/types.h
18  curses.h
19  cxxabi.h
20  DateTimeUtils.h
21 --- icecat-5.0/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc
22 +++ icecat-5.0/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc
23 @@ -33,7 +33,6 @@
24  #include <dlfcn.h>
25  #include <curl/curl.h>
26  #include <curl/easy.h>
27 -#include <curl/types.h>
28  
29  namespace {
30  
31 --- icecat-5.0/toolkit/crashreporter/google-breakpad/src/common/linux/libcurl_wrapper.cc
32 +++ icecat-5.0/toolkit/crashreporter/google-breakpad/src/common/linux/libcurl_wrapper.cc
33 @@ -29,7 +29,6 @@
34  
35  #include <curl/curl.h>
36  #include <curl/easy.h>
37 -#include <curl/types.h>
38  #include <dlfcn.h>
39  
40  #include <iostream>