mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
21 lines
565 B
Plaintext
21 lines
565 B
Plaintext
$NetBSD: patch-am,v 1.2 2008/08/31 06:36:48 scottr Exp $
|
|
|
|
--- lib/guestApp/guestApp.c.orig 2008-08-08 02:01:53.000000000 -0500
|
|
+++ lib/guestApp/guestApp.c
|
|
@@ -72,6 +72,7 @@ extern "C" {
|
|
* intelligent for that platform as well.
|
|
*/
|
|
|
|
+#if !defined(GUESTAPP_TOOLS_INSTALL_PATH)
|
|
#if defined(N_PLAT_NLM)
|
|
#define GUESTAPP_TOOLS_INSTALL_PATH "SYS:\\ETC\\VMWTOOL"
|
|
#elif defined(_WIN32)
|
|
@@ -79,6 +80,7 @@ extern "C" {
|
|
#else
|
|
#define GUESTAPP_TOOLS_INSTALL_PATH "/etc/vmware-tools"
|
|
#endif
|
|
+#endif
|
|
|
|
/*
|
|
* An option name/value pair stored locally in the guest app.
|