diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-07-26 12:27:51 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-07-26 12:27:51 +0000 |
commit | 7d5702fecde77be8ad20f84a82a2344e941cc584 (patch) | |
tree | c500bcce4801c4e4cddeb9bb663a8604960673f4 /www-client/seamonkey/files | |
parent | [bump] dev-perl/Digest-HMAC-1.30.0 (diff) | |
download | gentoo-2-7d5702fecde77be8ad20f84a82a2344e941cc584.tar.gz gentoo-2-7d5702fecde77be8ad20f84a82a2344e941cc584.tar.bz2 gentoo-2-7d5702fecde77be8ad20f84a82a2344e941cc584.zip |
Fixed compilation with >=curl-7.21.7 (bug #375899)
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'www-client/seamonkey/files')
-rw-r--r-- | www-client/seamonkey/files/seamonkey-2.0.14-curl7217-includes-fix.patch | 30 | ||||
-rw-r--r-- | www-client/seamonkey/files/seamonkey-2.2-curl7217-includes-fix.patch | 40 |
2 files changed, 70 insertions, 0 deletions
diff --git a/www-client/seamonkey/files/seamonkey-2.0.14-curl7217-includes-fix.patch b/www-client/seamonkey/files/seamonkey-2.0.14-curl7217-includes-fix.patch new file mode 100644 index 000000000000..26b3130f3e0d --- /dev/null +++ b/www-client/seamonkey/files/seamonkey-2.0.14-curl7217-includes-fix.patch @@ -0,0 +1,30 @@ +--- comm-1.9.1/mozilla/config/system-headers ++++ comm-1.9.1/mozilla/config/system-headers +@@ -200,7 +200,6 @@ + ctype.h + curl/curl.h + curl/easy.h +-curl/types.h + curses.h + cxxabi.h + DateTimeUtils.h +--- comm-1.9.1/mozilla/js/src/config/system-headers ++++ comm-1.9.1/mozilla/js/src/config/system-headers +@@ -200,7 +200,6 @@ + ctype.h + curl/curl.h + curl/easy.h +-curl/types.h + curses.h + cxxabi.h + DateTimeUtils.h +--- comm-1.9.1/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc ++++ comm-1.9.1/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc +@@ -31,7 +31,6 @@ + #include <dlfcn.h> + #include <curl/curl.h> + #include <curl/easy.h> +-#include <curl/types.h> + + #include "common/linux/http_upload.h" + diff --git a/www-client/seamonkey/files/seamonkey-2.2-curl7217-includes-fix.patch b/www-client/seamonkey/files/seamonkey-2.2-curl7217-includes-fix.patch new file mode 100644 index 000000000000..63d9a6ff4762 --- /dev/null +++ b/www-client/seamonkey/files/seamonkey-2.2-curl7217-includes-fix.patch @@ -0,0 +1,40 @@ +--- comm-release/mozilla/config/system-headers ++++ comm-release/mozilla/config/system-headers +@@ -207,7 +207,6 @@ + ctype.h + curl/curl.h + curl/easy.h +-curl/types.h + curses.h + cxxabi.h + DateTimeUtils.h +--- comm-release/mozilla/js/src/config/system-headers ++++ comm-release/mozilla/js/src/config/system-headers +@@ -207,7 +207,6 @@ + ctype.h + curl/curl.h + curl/easy.h +-curl/types.h + curses.h + cxxabi.h + DateTimeUtils.h +--- comm-release/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc ++++ comm-release/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc +@@ -33,7 +33,6 @@ + #include <dlfcn.h> + #include <curl/curl.h> + #include <curl/easy.h> +-#include <curl/types.h> + + namespace { + +--- comm-release/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/libcurl_wrapper.cc ++++ comm-release/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/libcurl_wrapper.cc +@@ -29,7 +29,6 @@ + + #include <curl/curl.h> + #include <curl/easy.h> +-#include <curl/types.h> + #include <dlfcn.h> + + #include <iostream> |