Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/firefox/firefox-106.0.1-fdlibm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/firefox/firefox-106.0.1-fdlibm.patch')
-rw-r--r--extra/firefox/firefox-106.0.1-fdlibm.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/firefox/firefox-106.0.1-fdlibm.patch b/extra/firefox/firefox-106.0.1-fdlibm.patch
new file mode 100644
index 00000000..5a15d2b3
--- /dev/null
+++ b/extra/firefox/firefox-106.0.1-fdlibm.patch
@@ -0,0 +1,19 @@
+diff -rauN firefox-106.0.1/modules/fdlibm/src/math_private.h firefox-106.0.1-fdlibm-patches/modules/fdlibm/src/math_private.h
+--- firefox-106.0.1/modules/fdlibm/src/math_private.h 2022-10-19 21:20:25.000000000 +0200
++++ firefox-106.0.1-fdlibm-patches/modules/fdlibm/src/math_private.h 2022-10-24 20:43:41.469291933 +0200
+@@ -30,10 +30,14 @@
+ * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
+ */
+
++#if defined __FLT_EVAL_METHOD__ && (__FLT_EVAL_METHOD__ == 2)
++typedef long double __double_t;
++#else
+ typedef double __double_t;
++#endif
+ typedef __double_t double_t;
+ typedef float __float_t;
+-typedef __float_t float_t;
++/*typedef __float_t float_t;*/
+
+ /*
+ * The original fdlibm code used statements like: