diff options
author | Jim Diamond <zsd@jdvb.ca> | 2024-05-04 09:23:20 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-04 21:45:19 +0700 |
commit | b2def32f9ca834adf7b205c1dbeba937cf43168d (patch) | |
tree | 5beb99c9cbeb074264013c22685c40dbce91ac13 /libraries/goffice/patches/go-ryu.h.patch | |
parent | 3124a077de50ee19dff887173ffb6de3677f57ce (diff) |
libraries/goffice: Updated for version 0.10.57.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/goffice/patches/go-ryu.h.patch')
-rw-r--r-- | libraries/goffice/patches/go-ryu.h.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libraries/goffice/patches/go-ryu.h.patch b/libraries/goffice/patches/go-ryu.h.patch deleted file mode 100644 index 623da14e36..0000000000 --- a/libraries/goffice/patches/go-ryu.h.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- goffice/math/go-ryu.h 2023-05-20 19:48:32.000000000 -0300 -+++ goffice/math/go-ryu.h.patched 2023-12-27 19:28:35.623167312 -0400 -@@ -9,7 +9,9 @@ - /* ------------------------------------------------------------------------- */ - - int go_ryu_d2s_buffered_n (double d, char *dst); -+#ifdef GOFFICE_WITH_LONG_DOUBLE - int go_ryu_ld2s_buffered_n (long double d, char *dst); -+#endif - - /* ------------------------------------------------------------------------- */ - |