summaryrefslogtreecommitdiff
path: root/waterfox/debian/patches
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-26 14:47:32 +0000
committerB Stack <bgstack15@gmail.com>2020-02-26 14:47:32 +0000
commit4d1d358e61aaab40bb596863bd3ab26d4462290b (patch)
tree0b145569f8f4003e233aed7b60915390f031f468 /waterfox/debian/patches
parentMerge branch 'palemoon-bump' into 'master' (diff)
parentremove patch 45130a2 (diff)
downloadstackrpms-4d1d358e61aaab40bb596863bd3ab26d4462290b.tar.gz
stackrpms-4d1d358e61aaab40bb596863bd3ab26d4462290b.tar.bz2
stackrpms-4d1d358e61aaab40bb596863bd3ab26d4462290b.zip
Merge branch 'waterfox-bump' into 'master'
Waterfox 2020.02 classic See merge request bgstack15/stackrpms!129
Diffstat (limited to 'waterfox/debian/patches')
-rw-r--r--waterfox/debian/patches/45130a237874aaa96bdf23ee107b0be0e0a2afab.patch25
-rw-r--r--waterfox/debian/patches/series1
2 files changed, 0 insertions, 26 deletions
diff --git a/waterfox/debian/patches/45130a237874aaa96bdf23ee107b0be0e0a2afab.patch b/waterfox/debian/patches/45130a237874aaa96bdf23ee107b0be0e0a2afab.patch
deleted file mode 100644
index 47bf71b..0000000
--- a/waterfox/debian/patches/45130a237874aaa96bdf23ee107b0be0e0a2afab.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Source: https://github.com/MrAlex94/Waterfox/commit/45130a237874aaa96bdf23ee107b0be0e0a2afab?diff=unified#diff-9517c6ca41ff7c9627f13ff83c2f7dce
-Date: 2020-01-30 09:22:35 -0500
-diff -x '*.swp' -x '*.orig' -x '*.diff' -x '*debhelper*' -Naur 1/js/xpconnect/src/XPCVariant.cpp 2/js/xpconnect/src/XPCVariant.cpp
---- 1/js/xpconnect/src/XPCVariant.cpp 2020-01-09 15:53:52.000000000 -0500
-+++ 2/js/xpconnect/src/XPCVariant.cpp 2020-01-30 09:14:14.645389196 -0500
-@@ -180,7 +180,7 @@
- type = tDbl;
- } else if (val.isBoolean()) {
- type = tBool;
-- } else if (val.isUndefined() || val.isSymbol() || val.isBigInt()) {
-+ } else if (val.isUndefined() || val.isSymbol()) {
- state = tVar;
- break;
- } else if (val.isNull()) {
-@@ -275,8 +275,8 @@
- mData.SetFromBool(val.toBoolean());
- return true;
- }
-- // We can't represent symbol or BigInt on C++ side, so pretend it is void.
-- if (val.isUndefined() || val.isSymbol() || val.isBigInt()) {
-+ // We can't represent symbol on C++ side, so pretend it is void.
-+ if (val.isUndefined() || val.isSymbol()) {
- mData.SetToVoid();
- return true;
- }
diff --git a/waterfox/debian/patches/series b/waterfox/debian/patches/series
index 9c29521..cb8ded3 100644
--- a/waterfox/debian/patches/series
+++ b/waterfox/debian/patches/series
@@ -2,4 +2,3 @@
#waterfox-install-dir.patch -p1
dont-statically-link-libstdc++.patch -p1
bgstack15.patch -p1
-45130a237874aaa96bdf23ee107b0be0e0a2afab.patch -p1
bgstack15