Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/
Date: Wed, 29 Nov 2017 23:30:15
Message-Id: 1511998193.7f0785ffd75e3cf75f66508b5255c56d913e7ec7.floppym@gentoo
1 commit: 7f0785ffd75e3cf75f66508b5255c56d913e7ec7
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 29 23:29:53 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 23:29:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0785ff
7
8 app-emulation/open-vm-tools: use tc-getPKG_CONFIG
9
10 Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
11
12 app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index eb247bc4ec1..720431f89aa 100644
17 --- a/app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild
18 +++ b/app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild
19 @@ -83,8 +83,8 @@ src_prepare() {
20 }
21
22 src_configure() {
23 - append-cflags "$(pkg-config --cflags libtirpc)"
24 - export LIBVMTOOLS_LIBADD="$(pkg-config --libs libtirpc)"
25 + append-cflags "$($(tc-getPKG_CONFIG) --cflags libtirpc)"
26 + export LIBVMTOOLS_LIBADD="$($(tc-getPKG_CONFIG) --libs libtirpc)"
27 local myeconfargs=(
28 --disable-deploypkg
29 --disable-static