summarylogtreecommitdiffstats
path: root/0006-Bug-531915-mozilla-bmo531915.patch.patch
diff options
context:
space:
mode:
authorBjörn Bidar2023-09-20 21:55:32 +0300
committerBjörn Bidar2023-09-20 21:57:35 +0300
commitd81df13d11d918098af0991994472c172817e33e (patch)
tree9a0c027eb0c68f9cbf5076a1b489d033322191a7 /0006-Bug-531915-mozilla-bmo531915.patch.patch
parenta4ae66b6b28607dd7bec51cae73300552ec8fafd (diff)
downloadaur-d81df13d11d918098af0991994472c172817e33e.tar.gz
Update to 117.0-1
- New upstream release - Use tarball instead of hg sources (missing in last change) - Patches can be found here: https://github.com/Thaodan/gecko-dev/tree/thaodan/release/117.x - Include GNOME Shell search provider Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
Diffstat (limited to '0006-Bug-531915-mozilla-bmo531915.patch.patch')
-rw-r--r--0006-Bug-531915-mozilla-bmo531915.patch.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/0006-Bug-531915-mozilla-bmo531915.patch.patch b/0006-Bug-531915-mozilla-bmo531915.patch.patch
new file mode 100644
index 000000000000..b6c43fc72484
--- /dev/null
+++ b/0006-Bug-531915-mozilla-bmo531915.patch.patch
@@ -0,0 +1,30 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Wolfgang Rosenauer <wr@rosenauer.org>
+Date: Sun, 17 Oct 2021 20:18:18 +0200
+Subject: [PATCH] Bug 531915 - mozilla-bmo531915.patch
+
+https://bugzilla.mozilla.org/show_bug.cgi?id=1729459
+---
+ modules/fdlibm/src/math_private.h | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/modules/fdlibm/src/math_private.h b/modules/fdlibm/src/math_private.h
+index f4373f27834ab794d3ea7bf5fa72caa0a2480e8f..4430e496e8e9251e702b47e68ec88b4f9f0fa3f2 100644
+--- a/modules/fdlibm/src/math_private.h
++++ b/modules/fdlibm/src/math_private.h
+@@ -30,9 +30,14 @@
+ * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
+ */
+
++#ifdef __i386__
++typedef long double __double_t;
++typedef long double __float_t;
++#else
+ typedef double __double_t;
+-typedef __double_t double_t;
+ typedef float __float_t;
++#endif
++typedef __double_t double_t;
+
+ /*
+ * The original fdlibm code used statements like: