cdcf5ddf92
Don't install vmware-user-suid-wrapper automatically in kde autostart Bump portrevision PR: ports/152292 Submitted by: Fumiyuki Shimizu <fumifumi@abacustech.jp>
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
|