mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
45d1307fae
d/perl-5.36.0-x86_64-3.txz: Rebuilt. Upgraded: IO-Socket-SSL-2.081, Moo-2.005005, Path-Tiny-0.144, Sub-Quote-2.006008, Template-Toolkit-3.101, URI-5.17. Added: JSON-4.10 (needed to build Samba with --bundled-libraries=heimdal). kde/kstars-3.6.3-x86_64-1.txz: Upgraded. l/gjs-1.74.1-x86_64-1.txz: Upgraded. Compiled against mozjs102-102.7.0esr. l/mozjs102-102.7.0esr-x86_64-1.txz: Added. This is required by gjs-1.74.1 and polkit-122. l/mozjs78-78.15.0esr-x86_64-1.txz: Removed. l/polkit-122-x86_64-1.txz: Upgraded. Compiled against mozjs102-102.7.0esr.
13 lines
443 B
Diff
13 lines
443 B
Diff
--- ./modules/fdlibm/src/math_private.h.orig 2022-06-27 21:04:57.000000000 -0500
|
|
+++ ./modules/fdlibm/src/math_private.h 2022-06-30 13:41:46.761170878 -0500
|
|
@@ -30,8 +30,8 @@
|
|
* Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
|
|
*/
|
|
|
|
-typedef double __double_t;
|
|
-typedef __double_t double_t;
|
|
+typedef long double __double_t;
|
|
+typedef long double double_t;
|
|
|
|
/*
|
|
* The original fdlibm code used statements like:
|