diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-11-04 06:51:33 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-11-04 20:51:15 +0100 |
commit | a3da763960ffec71c34d2151103b7a8e763ef548 (patch) | |
tree | 1f68b92f56d8dd116923f6470f3b5bcac8286cb9 /lang/guile2/files/patch-libguile_numbers.c | |
parent | security/vault: Update version 1.14.0=>1.14.1 (diff) |
lang/guile2: Remove USES=makeinfo
- Distfile ships with pregenerated info files
- Refresh patches
Diffstat (limited to 'lang/guile2/files/patch-libguile_numbers.c')
-rw-r--r-- | lang/guile2/files/patch-libguile_numbers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/guile2/files/patch-libguile_numbers.c b/lang/guile2/files/patch-libguile_numbers.c index e54c471050c5..66b871902b85 100644 --- a/lang/guile2/files/patch-libguile_numbers.c +++ b/lang/guile2/files/patch-libguile_numbers.c @@ -1,4 +1,4 @@ ---- libguile/numbers.c.orig 2016-12-15 00:03:33 UTC +--- libguile/numbers.c.orig 2020-03-07 17:29:32 UTC +++ libguile/numbers.c @@ -45,7 +45,11 @@ # include <config.h> @@ -12,7 +12,7 @@ #include <assert.h> #include <math.h> -@@ -183,7 +187,7 @@ static double atanh (double x) { return 0.5 * log ((1 +@@ -191,7 +195,7 @@ static double atanh (double x) { return 0.5 * log ((1 #if defined (GUILE_I) |