From: Mike Gilbert Date: Thu, 30 Nov 2017 16:35:16 +0000 (-0500) Subject: app-emulation/open-vm-tools: append tirpc flags to CPPFLAGS instead of CFLAGS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f65cb1a61d1f1c88dbe54be2c699c5e80d4db901;p=gentoo.git 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 --- 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 720431f89aa3..3829a224743b 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