diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-05-20 22:41:08 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-05-20 22:41:08 +0100 |
commit | 88277f7951e3ed07c70b58a4c1f780b0bdcf693d (patch) | |
tree | e1dba123c6b916f81ee1cfa8e6f19e4d33393c70 /games-fps | |
parent | kde-misc/kdiff3: add 1.11.1 (diff) | |
download | gentoo-88277f7951e3ed07c70b58a4c1f780b0bdcf693d.tar.gz gentoo-88277f7951e3ed07c70b58a4c1f780b0bdcf693d.tar.bz2 gentoo-88277f7951e3ed07c70b58a4c1f780b0bdcf693d.zip |
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@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |