pkgsrc/sysutils/open-vm-tools/patches/patch-ay
scottr 8e053ee7cb Update to version 2008.08.08-109361. This release provides the following
enhancements:

 - Simple command-line tools to interface with VMware host
 - Guest OS scripts that can be triggered by the VMware host
 - Startup script

When compiled with X11 support (the default), this release also provides:

 - GTK+-based GUI to configure time sync, device connections, and scripts
 - Helper application to interface with the xf86-video-vmware driver,
   enabling dynamic screen resize
2008-08-31 06:36:47 +00:00

13 lines
553 B
Text

$NetBSD: patch-ay,v 1.2 2008/08/31 06:36:48 scottr Exp $
--- lib/include/vm_product.h.orig 2008-08-08 02:01:52.000000000 -0500
+++ lib/include/vm_product.h
@@ -498,6 +498,8 @@
# define PRODUCT_NAME_PLATFORM PRODUCT_NAME " for Windows"
#elif defined(__FreeBSD__)
# define PRODUCT_NAME_PLATFORM PRODUCT_NAME " for FreeBSD"
+#elif defined(__NetBSD__)
+# define PRODUCT_NAME_PLATFORM PRODUCT_NAME " for NetBSD"
#elif defined(sun)
# define PRODUCT_NAME_PLATFORM PRODUCT_NAME " for Solaris"
#elif defined(__APPLE__)