summaryrefslogtreecommitdiff
path: root/www-client/seamonkey/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
commitbd4aeefe33e63f613512604e47bfca7b2187697d (patch)
treeadb35b5a9a00ee7ea591ab0c987f70167c23b597 /www-client/seamonkey/files
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'www-client/seamonkey/files')
-rw-r--r--www-client/seamonkey/files/seamonkey-gcc9.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/www-client/seamonkey/files/seamonkey-gcc9.patch b/www-client/seamonkey/files/seamonkey-gcc9.patch
deleted file mode 100644
index 87d14e6a16c4..000000000000
--- a/www-client/seamonkey/files/seamonkey-gcc9.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/mozilla/js/xpconnect/src/XPCWrappedNative.cpp.ORIG 2018-07-09 21:54:43.000000000 +0200
-+++ b/mozilla/js/xpconnect/src/XPCWrappedNative.cpp 2019-05-04 17:49:23.893560494 +0200
-@@ -2218,15 +2218,16 @@
- const char* fmt = (i == 0) ?
- "(%s" : (i == count-1) ?
- ", %s)" : ", %s";
-+
-+ if (!name) {
-+ return nullptr;
-+ }
- name = JS_sprintf_append(name, fmt,
- array[i]->GetNameString());
- }
- }
- }
-
-- if (!name) {
-- return nullptr;
-- }
- const char* fmt = "[xpconnect wrapped %s" FMT_ADDR FMT_STR(" (native")
- FMT_ADDR FMT_STR(")") "]";
- if (si) {