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 957F41581D3 for ; Mon, 20 May 2024 21:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD9D2E2A68; Mon, 20 May 2024 21:41:41 +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 889C4E2A68 for ; Mon, 20 May 2024 21:41:41 +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 7E87E335C0B for ; Mon, 20 May 2024 21:41:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0BB21AE5 for ; Mon, 20 May 2024 21:41:38 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1716241268.88277f7951e3ed07c70b58a4c1f780b0bdcf693d.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild X-VCS-Directories: games-fps/urbanterror/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 88277f7951e3ed07c70b58a4c1f780b0bdcf693d X-VCS-Branch: master Date: Mon, 20 May 2024 21:41:38 +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: 8908e1d3-f300-4a8a-ac34-cd8c04583a0b X-Archives-Hash: 002c95331b9b17bfdc2399f814c11e61 commit: 88277f7951e3ed07c70b58a4c1f780b0bdcf693d Author: James Le Cuirot gentoo org> AuthorDate: Mon May 20 21:41:08 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon May 20 21:41:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88277f79 games-fps/urbanterror: Export PKG_CONFIG to fix x86 build The Makefile respects PKG_CONFIG, and poor platform detection seemingly results in it picking a broken default when building for x86. Closes: https://bugs.gentoo.org/926466 Signed-off-by: James Le Cuirot gentoo.org> games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild b/games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild index 28b623b2193d..8379e932e377 100644 --- a/games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild +++ b/games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild @@ -61,7 +61,7 @@ pkg_pretend() { } src_configure() { - tc-export CC + tc-export CC PKG_CONFIG default }