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 0E37A158015 for ; Sat, 2 Dec 2023 05:14:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 038A82BC03E; Sat, 2 Dec 2023 05:14:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id DB77C2BC03E for ; Sat, 2 Dec 2023 05:14:28 +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 BCA7B33BDE1 for ; Sat, 2 Dec 2023 05:14:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C86CB12A0 for ; Sat, 2 Dec 2023 05:14:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1701492091.7b7a0493bc6a756dcfad9e945acbc84222fb0f55.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/tree-puzzle/, sci-biology/tree-puzzle/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/tree-puzzle/files/tree-puzzle-5.2-configure-c99.patch sci-biology/tree-puzzle/tree-puzzle-5.2-r1.ebuild sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild X-VCS-Directories: sci-biology/tree-puzzle/files/ sci-biology/tree-puzzle/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b7a0493bc6a756dcfad9e945acbc84222fb0f55 X-VCS-Branch: master Date: Sat, 2 Dec 2023 05:14:25 +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: e8690677-5c29-49a7-bf9a-d739f35f9f4f X-Archives-Hash: f68d213fbaa6a1256166db2a29ba0fd3 commit: 7b7a0493bc6a756dcfad9e945acbc84222fb0f55 Author: Sam James gentoo org> AuthorDate: Sat Dec 2 04:41:31 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 2 04:41:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7a0493 sci-biology/tree-puzzle: fix configure checks for modern c Signed-off-by: Sam James gentoo.org> .../files/tree-puzzle-5.2-configure-c99.patch | 20 ++++++++++++++++++++ ...e-puzzle-5.2.ebuild => tree-puzzle-5.2-r1.ebuild} | 1 + 2 files changed, 21 insertions(+) diff --git a/sci-biology/tree-puzzle/files/tree-puzzle-5.2-configure-c99.patch b/sci-biology/tree-puzzle/files/tree-puzzle-5.2-configure-c99.patch new file mode 100644 index 000000000000..8c3834136af1 --- /dev/null +++ b/sci-biology/tree-puzzle/files/tree-puzzle-5.2-configure-c99.patch @@ -0,0 +1,20 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -33,7 +33,7 @@ int main (int argc, char **argv) + { + MPI_Init(&argc,&argv); + MPI_Finalize(); +-exit(0); ++return 0; + } + EOF + +@@ -105,7 +105,7 @@ cat > conftest.c <