diff options
author | Akinori Hattori <hattya@gentoo.org> | 2019-10-27 17:39:13 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2019-10-27 17:44:23 +0900 |
commit | e31b4182ed36959e6647d0ab227c175fbb957b17 (patch) | |
tree | c96810937a8648d64240c543bbdc6682492dcb79 /app-i18n/canfep | |
parent | media-video/mpv: kill v4l (diff) | |
download | gentoo-e31b4182ed36959e6647d0ab227c175fbb957b17.tar.gz gentoo-e31b4182ed36959e6647d0ab227c175fbb957b17.tar.bz2 gentoo-e31b4182ed36959e6647d0ab227c175fbb957b17.zip |
app-i18n/canfep: use tc-getPKG_CONFIG
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/canfep')
-rw-r--r-- | app-i18n/canfep/canfep-1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/canfep/canfep-1.0-r1.ebuild b/app-i18n/canfep/canfep-1.0-r1.ebuild index d46bf3258374..07fdf6237f4d 100644 --- a/app-i18n/canfep/canfep-1.0-r1.ebuild +++ b/app-i18n/canfep/canfep-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -35,7 +35,7 @@ src_prepare() { src_compile() { emake \ CC="$(tc-getCXX)" \ - LIBS="-lcanna $(pkg-config --libs ncurses)" + LIBS="-lcanna $($(tc-getPKG_CONFIG) --libs ncurses)" } src_install() { |