commit: f65cb1a61d1f1c88dbe54be2c699c5e80d4db901 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Nov 30 16:35:16 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Nov 30 16:35:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65cb1a6
app-emulation/open-vm-tools: append tirpc flags to CPPFLAGS instead of CFLAGS Fixes a build failure with gtkmm enabled. Closes: https://bugs.gentoo.org/639266 Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7 app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 720431f89aa..3829a224743 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,7 +83,7 @@ src_prepare() { } src_configure() { - append-cflags "$($(tc-getPKG_CONFIG) --cflags libtirpc)" + append-cppflags "$($(tc-getPKG_CONFIG) --cflags libtirpc)" export LIBVMTOOLS_LIBADD="$($(tc-getPKG_CONFIG) --libs libtirpc)" local myeconfargs=( --disable-deploypkg
