commit:     7f0785ffd75e3cf75f66508b5255c56d913e7ec7
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 23:29:53 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 23:29:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0785ff

app-emulation/open-vm-tools: use tc-getPKG_CONFIG

Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7

 app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 eb247bc4ec1..720431f89aa 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

Reply via email to