diff options
author | François Bissey <frp.bissey@gmail.com> | 2024-08-26 10:27:51 +1200 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-09-05 19:48:26 -0400 |
commit | b1389d8b3ff59a19d19298e5217611ed810cbe53 (patch) | |
tree | 213414fea3d53f381162d1da741dd5def09a10e7 /sci-mathematics | |
parent | sci-mathematics/giac: add 1.9.0.995 (diff) | |
download | gentoo-b1389d8b3ff59a19d19298e5217611ed810cbe53.tar.gz gentoo-b1389d8b3ff59a19d19298e5217611ed810cbe53.tar.bz2 gentoo-b1389d8b3ff59a19d19298e5217611ed810cbe53.zip |
sci-mathematics/giac: Update glibcxx assertion patch for a more complete coverage.
Signed-off-by: François Bissey <frp.bissey@gmail.com>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/giac/files/giac-1.9.0.995-glibcxx-assertions.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-mathematics/giac/files/giac-1.9.0.995-glibcxx-assertions.patch b/sci-mathematics/giac/files/giac-1.9.0.995-glibcxx-assertions.patch index 60172a814d2c..4c0d6d7d8d0a 100644 --- a/sci-mathematics/giac/files/giac-1.9.0.995-glibcxx-assertions.patch +++ b/sci-mathematics/giac/files/giac-1.9.0.995-glibcxx-assertions.patch @@ -19,3 +19,20 @@ index 96b0223..cdc5618 100644 dnl Define DOUBLEVAL if bigendian if test "x$ac_cv_c_bigendian" = "xyes"; then +diff --git a/src/first.h b/src/first.h +index 7852c73..21e15b9 100644 +--- a/src/first.h ++++ b/src/first.h +@@ -25,9 +25,9 @@ + #define register + + +-#ifdef _GLIBCXX_ASSERTIONS +-#undef _GLIBCXX_ASSERTIONS +-#endif ++// #ifdef _GLIBCXX_ASSERTIONS ++// #undef _GLIBCXX_ASSERTIONS ++// #endif + + #if defined NUMWORKS && !defined SDL_KHICAS + #define KHICAS 1 |