diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-21 12:55:16 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-21 16:38:59 +0100 |
commit | 8ec33f629aadbc3c0b36554f9e32ade6c26cdc49 (patch) | |
tree | 6dd40838faf699e0132fc4909bafcea7671783eb /app-office/texmacs/files/texmacs-1.99.6-math_util.patch | |
parent | www-apps/chromedriver-bin: bump to 92.0.4515.43 (diff) | |
download | gentoo-8ec33f629aadbc3c0b36554f9e32ade6c26cdc49.tar.gz gentoo-8ec33f629aadbc3c0b36554f9e32ade6c26cdc49.tar.bz2 gentoo-8ec33f629aadbc3c0b36554f9e32ade6c26cdc49.zip |
app-office/texmacs: add 2.1, drop 1.99.11
Mind you, this version STILL requires guile-1.8 so it remains masked.
For the record, upstream Web site does support HTTPS but as of
2021-07-21, their Let's Encrypt host certificate is signed by the old
root CA which is no longer accepted by wget.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-office/texmacs/files/texmacs-1.99.6-math_util.patch')
-rw-r--r-- | app-office/texmacs/files/texmacs-1.99.6-math_util.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-office/texmacs/files/texmacs-1.99.6-math_util.patch b/app-office/texmacs/files/texmacs-1.99.6-math_util.patch deleted file mode 100644 index 006c92c2be33..000000000000 --- a/app-office/texmacs/files/texmacs-1.99.6-math_util.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -r -U2 TeXmacs-1.99.6-src.orig/src/Graphics/Types/math_util.hpp TeXmacs-1.99.6-src/src/Graphics/Types/math_util.hpp ---- TeXmacs-1.99.6-src.orig/src/Graphics/Types/math_util.hpp 2017-12-22 03:27:43.000000000 +0700 -+++ TeXmacs-1.99.6-src/src/Graphics/Types/math_util.hpp 2017-12-22 16:44:35.052378917 +0700 -@@ -24,11 +24,4 @@ - inline int sign (double x) { return x>0?1:x<0?-1:0; } - inline bool fnull (double x, double approx) { return norm(x) <= approx; } --#ifndef __SUNPRO_CC --inline double pow (double x, int n) { -- double r= 1.0; -- while (n > 0) { r *= x; n--; } -- return r; } --#endif -- - - #endif // defined MATH_UTIL_H |