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: Thu, 30 Nov 2017 16:35:49
Message-Id: 1512059736.f65cb1a61d1f1c88dbe54be2c699c5e80d4db901.floppym@gentoo
1 commit: f65cb1a61d1f1c88dbe54be2c699c5e80d4db901
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 30 16:35:16 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 16:35:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65cb1a6
7
8 app-emulation/open-vm-tools: append tirpc flags to CPPFLAGS instead of CFLAGS
9
10 Fixes a build failure with gtkmm enabled.
11
12 Closes: https://bugs.gentoo.org/639266
13 Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
14
15 app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 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
19 index 720431f89aa..3829a224743 100644
20 --- a/app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild
21 +++ b/app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild
22 @@ -83,7 +83,7 @@ src_prepare() {
23 }
24
25 src_configure() {
26 - append-cflags "$($(tc-getPKG_CONFIG) --cflags libtirpc)"
27 + append-cppflags "$($(tc-getPKG_CONFIG) --cflags libtirpc)"
28 export LIBVMTOOLS_LIBADD="$($(tc-getPKG_CONFIG) --libs libtirpc)"
29 local myeconfargs=(
30 --disable-deploypkg