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 E9CA51581D3 for ; Mon, 6 May 2024 06:06:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21EC52BC05F; Mon, 6 May 2024 06:06:46 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED1432BC05F for ; Mon, 6 May 2024 06:06:45 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09E973431A2 for ; Mon, 6 May 2024 06:06:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06E151A3A for ; Mon, 6 May 2024 06:06:42 +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: <1714975525.f02e8249af6d00a65f810f776ccc1ac0012f33ef.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/libnw/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/libnw/libnw-1.30.02.ebuild X-VCS-Directories: dev-games/libnw/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f02e8249af6d00a65f810f776ccc1ac0012f33ef X-VCS-Branch: master Date: Mon, 6 May 2024 06:06:42 +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: 6291385e-72ad-4b55-bf6c-afcacd9b6490 X-Archives-Hash: ab7f95c3576355518679dc3fdf6627bf commit: f02e8249af6d00a65f810f776ccc1ac0012f33ef Author: Eli Schwartz gmail com> AuthorDate: Mon May 6 05:16:41 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 6 06:05:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02e8249 dev-games/libnw: fix Modern C porting error in vintage configure script This is an especially vintage configure script. It was generated by autoconf 2.13, and the tarball is dated 2003. It failed pretty early on: configure: error: installation or configuration problem: C compiler cannot create executables. (There are still other modern C porting errors.) Closes: https://bugs.gentoo.org/875065 Closes: https://bugs.gentoo.org/909546 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> dev-games/libnw/libnw-1.30.02.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-games/libnw/libnw-1.30.02.ebuild b/dev-games/libnw/libnw-1.30.02.ebuild index b64675c3fd0e..f040c741f587 100644 --- a/dev-games/libnw/libnw-1.30.02.ebuild +++ b/dev-games/libnw/libnw-1.30.02.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit toolchain-funcs +inherit autotools toolchain-funcs DESCRIPTION="Tools and libraries for NWN file manipulation" HOMEPAGE="https://sourceforge.net/projects/openknights" @@ -22,6 +22,7 @@ DOCS=( AUTHORS ChangeLog NEWS README README.tech TODO ) src_prepare() { default + eautoreconf local f while IFS="" read -d $'\0' -r f; do