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
This commit is contained in:
Mike Gilbert
2017-11-30 11:35:16 -05:00
parent 7d07ddfa2b
commit f65cb1a61d

View File

@@ -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