commit: 88277f7951e3ed07c70b58a4c1f780b0bdcf693d Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon May 20 21:41:08 2024 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> 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 <chewi <AT> 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 }
