commit: b1389d8b3ff59a19d19298e5217611ed810cbe53 Author: François Bissey <frp.bissey <AT> gmail <DOT> com> AuthorDate: Sun Aug 25 22:27:51 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Thu Sep 5 23:48:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1389d8b
sci-mathematics/giac: Update glibcxx assertion patch for a more complete coverage. Signed-off-by: François Bissey <frp.bissey <AT> gmail.com> Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> .../giac/files/giac-1.9.0.995-glibcxx-assertions.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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
