]> CyberLeo.Net >> Repos - CDN/portage-cdn.git/blob - www-client/icecat/files/icecat-3.6.16-curl7217-includes-fix.patch
net-p2p/freenet: revbump
[CDN/portage-cdn.git] / www-client / icecat / files / icecat-3.6.16-curl7217-includes-fix.patch
1 --- icecat-3.6.16/config/system-headers
2 +++ icecat-3.6.16/config/system-headers
3 @@ -203,7 +203,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-3.6.16/js/src/config/system-headers
12 +++ icecat-3.6.16/js/src/config/system-headers
13 @@ -203,7 +203,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-3.6.16/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc
22 +++ icecat-3.6.16/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc
23 @@ -31,7 +31,6 @@
24  #include <dlfcn.h>
25  #include <curl/curl.h>
26  #include <curl/easy.h>
27 -#include <curl/types.h>
28  
29  #include "common/linux/http_upload.h"
30  
31 --- icecat-3.6.16/toolkit/crashreporter/google-breakpad/src/common/linux/libcurl_wrapper.cc
32 +++ icecat-3.6.16/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 <string>