From f569877e8a39f767312842f3789d874fef7024a5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 7 Apr 2021 06:12:00 +0100 Subject: games-action/moon-buggy: call pkg-config via toolchain-funcs.eclass helper This ensures we call the correct pkg-config in e.g. cross. Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James --- games-action/moon-buggy/moon-buggy-1.0.51-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-action') diff --git a/games-action/moon-buggy/moon-buggy-1.0.51-r1.ebuild b/games-action/moon-buggy/moon-buggy-1.0.51-r1.ebuild index 828120c3cab0..7903607dfc3e 100644 --- a/games-action/moon-buggy/moon-buggy-1.0.51-r1.ebuild +++ b/games-action/moon-buggy/moon-buggy-1.0.51-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,7 +30,7 @@ src_prepare() { src_configure() { econf \ --sharedstatedir="/var/games" \ - --with-curses-libs="$(pkg-config ncurses --libs)" + --with-curses-libs="$($(tc-getPKG_CONFIG) ncurses --libs)" } src_install() { -- cgit v1.2.3-65-gdbad