From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA774158083 for ; Fri, 6 Sep 2024 00:35:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2AAAE2A8E; Fri, 6 Sep 2024 00:35:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9780E2A8E for ; Fri, 6 Sep 2024 00:35:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFE3434072E for ; Fri, 6 Sep 2024 00:35:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15C371F38 for ; Fri, 6 Sep 2024 00:35:48 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1725580106.b1389d8b3ff59a19d19298e5217611ed810cbe53.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/giac/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/giac/files/giac-1.9.0.995-glibcxx-assertions.patch X-VCS-Directories: sci-mathematics/giac/files/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: b1389d8b3ff59a19d19298e5217611ed810cbe53 X-VCS-Branch: master Date: Fri, 6 Sep 2024 00:35:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d82c7d6e-a536-46ee-a95c-560ea23920da X-Archives-Hash: 7176069a1958b093ddf4ac795a9375c0 commit: b1389d8b3ff59a19d19298e5217611ed810cbe53 Author: François Bissey gmail com> AuthorDate: Sun Aug 25 22:27:51 2024 +0000 Commit: Michael Orlitzky gentoo 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 gmail.com> Signed-off-by: Michael Orlitzky 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