]> git.pld-linux.org Git - packages/seamonkey.git/blobdiff - glibc-double.patch
- updated to 2.53.18
[packages/seamonkey.git] / glibc-double.patch
diff --git a/glibc-double.patch b/glibc-double.patch
new file mode 100644 (file)
index 0000000..41b78b2
--- /dev/null
@@ -0,0 +1,22 @@
+--- firefox-93.0/modules/fdlibm/src/math_private.h.orig        2021-09-28 00:47:42.000000000 +0200
++++ firefox-93.0/modules/fdlibm/src/math_private.h     2021-10-06 01:23:47.611144150 +0200
+@@ -20,6 +20,7 @@
+ #include <cfloat>
+ #include <stdint.h>
+ #include <sys/types.h>
++#include <math.h>
+ #include "mozilla/EndianUtils.h"
+@@ -30,9 +31,8 @@
+  * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
+  */
+-typedef double      __double_t;
+-typedef __double_t  double_t;
+-typedef float       __float_t;
++typedef double_t  __double_t;
++typedef float_t  __float_t;
+ /*
+  * The original fdlibm code used statements like:
This page took 0.096514 seconds and 4 git commands to generate.