forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
454 B
Text
11 lines
454 B
Text
--- vmware-user-suid-wrapper/Makefile.am.orig 2010-10-20 05:19:54.000000000 +0900
|
|
+++ vmware-user-suid-wrapper/Makefile.am 2010-11-16 17:52:55.000000000 +0900
|
|
@@ -19,6 +19,8 @@
|
|
|
|
AM_CPPFLAGS =
|
|
AM_CPPFLAGS += -DVMTOOLSD_PATH=\"$(bindir)/vmtoolsd\"
|
|
+# See post-install on Makefile of ports.
|
|
+AM_CPPFLAGS += -DVMWARE_KMOD_DIR=\"$(prefix)/lib/vmware-tools/modules/drivers\"
|
|
|
|
vmware_user_suid_wrapper_SOURCES =
|
|
vmware_user_suid_wrapper_SOURCES += main.c
|