index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-04-09 11:36:49 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-04-09 11:36:49 +0200 |
commit | 0ad31206c770c78e522fe9e076eb1899f76daa36 (patch) | |
tree | a31f9d2368d32a2c3bf9348d80f4db4ca4e64143 /extra/js102/firefox-102.9.0-fdlibm.patch | |
parent | ac911d8af7db73d9e83cf5e045becc2f0ac99dc7 (diff) |
-rw-r--r-- | extra/js102/firefox-102.9.0-fdlibm.patch | 4 |
diff --git a/extra/js102/firefox-102.9.0-fdlibm.patch b/extra/js102/firefox-102.9.0-fdlibm.patch index 7748f857..20e4af9a 100644 --- a/extra/js102/firefox-102.9.0-fdlibm.patch +++ b/extra/js102/firefox-102.9.0-fdlibm.patch @@ -1,12 +1,12 @@ diff -rauN firefox-102.9.0/modules/fdlibm/src/math_private.h firefox-102.9.0-fdlibm-patch/modules/fdlibm/src/math_private.h --- firefox-102.9.0/modules/fdlibm/src/math_private.h 2023-03-10 00:59:37.000000000 +0100 -+++ firefox-102.9.0-fdlibm-patch/modules/fdlibm/src/math_private.h 2023-04-07 18:08:57.774736387 +0200 ++++ firefox-102.9.0-fdlibm-patch/modules/fdlibm/src/math_private.h 2023-04-09 11:29:38.109553268 +0200 @@ -30,7 +30,11 @@ * 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; ++typedef long double __double_t; +#else typedef double __double_t; +#endif |