diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-08-02 18:50:57 -0700 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-08-02 19:47:10 -0700 |
commit | 42dfc139f65ba4e9033376a97762a78d93c3cc6a (patch) | |
tree | 88797fc1d62fea46b1d86bb00a11c43762ef41e4 /emulators/open-vm-tools/files/patch-lib_include_tracer.hh | |
parent | devel/glib20: Update to 2.68.3 (diff) |
emulators/open-vm-tools: Prepare for glib 2.68.3
PR: 256200
Diffstat (limited to 'emulators/open-vm-tools/files/patch-lib_include_tracer.hh')
-rw-r--r-- | emulators/open-vm-tools/files/patch-lib_include_tracer.hh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/files/patch-lib_include_tracer.hh b/emulators/open-vm-tools/files/patch-lib_include_tracer.hh new file mode 100644 index 000000000000..6e3e401453da --- /dev/null +++ b/emulators/open-vm-tools/files/patch-lib_include_tracer.hh @@ -0,0 +1,12 @@ +--- lib/include/tracer.hh.orig 2021-08-03 01:45:08 UTC ++++ lib/include/tracer.hh +@@ -28,9 +28,7 @@ + + #include "vm_basic_defs.h" + +-extern "C" { + #include "glib.h" +-} + + + #ifdef VMX86_DEVEL |