diff options
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/open-vm-tools/files/11.2.5-glib-2.68.patch | 12 | ||||
-rw-r--r-- | app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674.ebuild | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/app-emulation/open-vm-tools/files/11.2.5-glib-2.68.patch b/app-emulation/open-vm-tools/files/11.2.5-glib-2.68.patch new file mode 100644 index 000000000000..1e35f6cb673b --- /dev/null +++ b/app-emulation/open-vm-tools/files/11.2.5-glib-2.68.patch @@ -0,0 +1,12 @@ +--- a/open-vm-tools/lib/include/tracer.hh 2021-04-19 16:42:19.967147908 -0400 ++++ b/open-vm-tools/lib/include/tracer.hh 2021-04-19 16:42:27.364829692 -0400 +@@ -28,9 +28,7 @@ + + #include "vm_basic_defs.h" + +-extern "C" { + #include "glib.h" +-} + + + #ifdef VMX86_DEVEL diff --git a/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674.ebuild b/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674.ebuild index b67d57a32133..3ba72787b09b 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674.ebuild @@ -69,6 +69,7 @@ S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}/10.1.0-mount.vmhgfs.patch" "${FILESDIR}/10.1.0-Werror.patch" + "${FILESDIR}/11.2.5-glib-2.68.patch" ) pkg_setup() { |