diff options
author | Sam James <sam@gentoo.org> | 2021-04-07 06:15:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-13 00:26:32 +0000 |
commit | 355e91320a3614993d1b0f349e90e0ce9bded8a6 (patch) | |
tree | 5abe53c1857fb5aff52194fa44817f937493c8a5 /x11-terms | |
parent | x11-plugins/pidgin-xmpp-receipts: call pkg-config via toolchain-funcs.eclass ... (diff) | |
download | gentoo-355e91320a3614993d1b0f349e90e0ce9bded8a6.tar.gz gentoo-355e91320a3614993d1b0f349e90e0ce9bded8a6.tar.bz2 gentoo-355e91320a3614993d1b0f349e90e0ce9bded8a6.zip |
x11-terms/xterm: 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 <sam@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/xterm/xterm-351.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/xterm/xterm-363.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/xterm/xterm-365.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/xterm/xterm-366.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/xterm/xterm-367.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/x11-terms/xterm/xterm-351.ebuild b/x11-terms/xterm/xterm-351.ebuild index 33587fde888b..f20d7b474636 100644 --- a/x11-terms/xterm/xterm-351.ebuild +++ b/x11-terms/xterm/xterm-351.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop flag-o-matic multilib +inherit desktop flag-o-matic multilib toolchain-funcs DESCRIPTION="Terminal Emulator for X Windows" HOMEPAGE="https://invisible-island.net/xterm/" @@ -47,7 +47,7 @@ src_configure() { # Workaround for ncurses[tinfo] until upstream fixes their buildsystem using # something sane like pkg-config or ncurses5-config and stops guessing libs # Everything gets linked against ncurses anyways, so don't shout - append-libs $(pkg-config --libs ncurses) + append-libs $($(tc-getPKG_CONFIG) --libs ncurses) local myeconfargs=( --disable-full-tgetent diff --git a/x11-terms/xterm/xterm-363.ebuild b/x11-terms/xterm/xterm-363.ebuild index 0102172747d3..adcd2ef1972a 100644 --- a/x11-terms/xterm/xterm-363.ebuild +++ b/x11-terms/xterm/xterm-363.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop flag-o-matic +inherit desktop flag-o-matic toolchain-funcs DESCRIPTION="Terminal Emulator for X Windows" HOMEPAGE="https://invisible-island.net/xterm/" @@ -47,7 +47,7 @@ src_configure() { # Workaround for ncurses[tinfo] until upstream fixes their buildsystem using # something sane like pkg-config or ncurses5-config and stops guessing libs # Everything gets linked against ncurses anyways, so don't shout - append-libs $(pkg-config --libs ncurses) + append-libs $($(tc-getPKG_CONFIG) --libs ncurses) local myeconfargs=( --disable-full-tgetent diff --git a/x11-terms/xterm/xterm-365.ebuild b/x11-terms/xterm/xterm-365.ebuild index 0102172747d3..adcd2ef1972a 100644 --- a/x11-terms/xterm/xterm-365.ebuild +++ b/x11-terms/xterm/xterm-365.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop flag-o-matic +inherit desktop flag-o-matic toolchain-funcs DESCRIPTION="Terminal Emulator for X Windows" HOMEPAGE="https://invisible-island.net/xterm/" @@ -47,7 +47,7 @@ src_configure() { # Workaround for ncurses[tinfo] until upstream fixes their buildsystem using # something sane like pkg-config or ncurses5-config and stops guessing libs # Everything gets linked against ncurses anyways, so don't shout - append-libs $(pkg-config --libs ncurses) + append-libs $($(tc-getPKG_CONFIG) --libs ncurses) local myeconfargs=( --disable-full-tgetent diff --git a/x11-terms/xterm/xterm-366.ebuild b/x11-terms/xterm/xterm-366.ebuild index 75ae0d338103..ea017d32b723 100644 --- a/x11-terms/xterm/xterm-366.ebuild +++ b/x11-terms/xterm/xterm-366.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop flag-o-matic +inherit desktop flag-o-matic toolchain-funcs DESCRIPTION="Terminal Emulator for X Windows" HOMEPAGE="https://invisible-island.net/xterm/" @@ -47,7 +47,7 @@ src_configure() { # Workaround for ncurses[tinfo] until upstream fixes their buildsystem using # something sane like pkg-config or ncurses5-config and stops guessing libs # Everything gets linked against ncurses anyways, so don't shout - append-libs $(pkg-config --libs ncurses) + append-libs $($(tc-getPKG_CONFIG) --libs ncurses) local myeconfargs=( --disable-full-tgetent diff --git a/x11-terms/xterm/xterm-367.ebuild b/x11-terms/xterm/xterm-367.ebuild index 0102172747d3..adcd2ef1972a 100644 --- a/x11-terms/xterm/xterm-367.ebuild +++ b/x11-terms/xterm/xterm-367.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop flag-o-matic +inherit desktop flag-o-matic toolchain-funcs DESCRIPTION="Terminal Emulator for X Windows" HOMEPAGE="https://invisible-island.net/xterm/" @@ -47,7 +47,7 @@ src_configure() { # Workaround for ncurses[tinfo] until upstream fixes their buildsystem using # something sane like pkg-config or ncurses5-config and stops guessing libs # Everything gets linked against ncurses anyways, so don't shout - append-libs $(pkg-config --libs ncurses) + append-libs $($(tc-getPKG_CONFIG) --libs ncurses) local myeconfargs=( --disable-full-tgetent |