summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2017-11-29 18:29:53 -0500
committerMike Gilbert <floppym@gentoo.org>2017-11-29 18:29:53 -0500
commit7f0785ffd75e3cf75f66508b5255c56d913e7ec7 (patch)
tree5513e0f1196929a248d500e83762eb33fe304613 /app-emulation
parentapp-emulation/open-vm-tools: bump to 10.1.15 (diff)
downloadgentoo-7f0785ffd75e3cf75f66508b5255c56d913e7ec7.tar.gz
gentoo-7f0785ffd75e3cf75f66508b5255c56d913e7ec7.tar.bz2
gentoo-7f0785ffd75e3cf75f66508b5255c56d913e7ec7.zip
app-emulation/open-vm-tools: use tc-getPKG_CONFIG
Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild4
1 files 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 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