diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index f2dc37294b07..6bcf77a7b065 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -3,6 +3,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} +PORTREVISION= 1 DISTVERSIONPREFIX= stable- PORTEPOCH= 2 CATEGORIES= emulators diff --git a/emulators/open-vm-tools/files/patch-services_plugins_dndcp_copyPasteCompatX11.c b/emulators/open-vm-tools/files/patch-services_plugins_dndcp_copyPasteCompatX11.c new file mode 100644 index 000000000000..eafd2104b4fb --- /dev/null +++ b/emulators/open-vm-tools/files/patch-services_plugins_dndcp_copyPasteCompatX11.c @@ -0,0 +1,16 @@ +--- services/plugins/dndcp/copyPasteCompatX11.c.orig 2020-08-24 00:33:01 UTC ++++ services/plugins/dndcp/copyPasteCompatX11.c +@@ -73,11 +73,11 @@ GdkAtom GDK_SELECTION_CLIPBOARD; + #endif + + #ifndef GDK_SELECTION_TYPE_TIMESTAMP +-GdkAtom GDK_SELECTION_TYPE_TIMESTAMP; ++extern GdkAtom GDK_SELECTION_TYPE_TIMESTAMP; + #endif + + #ifndef GDK_SELECTION_TYPE_UTF8_STRING +-GdkAtom GDK_SELECTION_TYPE_UTF8_STRING; ++extern GdkAtom GDK_SELECTION_TYPE_UTF8_STRING; + #endif + + /*