From: Mike Gilbert Date: Wed, 29 Nov 2017 23:29:53 +0000 (-0500) Subject: app-emulation/open-vm-tools: use tc-getPKG_CONFIG X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f0785ffd75e3cf75f66508b5255c56d913e7ec7;p=gentoo.git app-emulation/open-vm-tools: use tc-getPKG_CONFIG Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7 --- diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild b/app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild index eb247bc4ec12..720431f89aa3 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild @@ -83,8 +83,8 @@ src_prepare() { } src_configure() { - append-cflags "$(pkg-config --cflags libtirpc)" - export LIBVMTOOLS_LIBADD="$(pkg-config --libs libtirpc)" + append-cflags "$($(tc-getPKG_CONFIG) --cflags libtirpc)" + export LIBVMTOOLS_LIBADD="$($(tc-getPKG_CONFIG) --libs libtirpc)" local myeconfargs=( --disable-deploypkg --disable-static