diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-11-30 11:35:16 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-11-30 11:35:36 -0500 |
commit | f65cb1a61d1f1c88dbe54be2c699c5e80d4db901 (patch) | |
tree | 41a7beeee49ffc73b794c045a0150e5cea2985df /app-emulation/open-vm-tools | |
parent | sys-kernel/vanilla-sources: bump (diff) | |
download | gentoo-f65cb1a61d1f1c88dbe54be2c699c5e80d4db901.tar.gz gentoo-f65cb1a61d1f1c88dbe54be2c699c5e80d4db901.tar.bz2 gentoo-f65cb1a61d1f1c88dbe54be2c699c5e80d4db901.zip |
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
Diffstat (limited to 'app-emulation/open-vm-tools')
-rw-r--r-- | app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |