pkgsrc/sysutils/open-vm-tools/patches/patch-bt
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
465 B
Text

$NetBSD: patch-bt,v 1.1 2008/08/31 06:36:49 scottr Exp $
--- vmware-user-suid-wrapper/main.c.orig 2008-08-08 02:01:56.000000000 -0500
+++ vmware-user-suid-wrapper/main.c
@@ -28,7 +28,7 @@
* remove blocks in the blocking file system.
*/
-#if !defined(sun) && !defined(__FreeBSD__) && !defined(linux)
+#if !defined(sun) && !defined(__FreeBSD__) && !defined(linux) && !defined(__NetBSD__)
# error This program is not supported on your platform.
#endif