aboutsummaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2019-11-22 19:45:11 +0000
committerBrooks Davis <brooks@FreeBSD.org>2019-11-22 19:45:11 +0000
commit861caa6012098978b55bffa3fa3ec3197dc187fe (patch)
tree045a912e0734e9b4172f828890946b9092bbb050 /emulators/open-vm-tools
parentd0aec13b878840f94ed0d8e3791c8cbf994d8198 (diff)
downloadports-861caa6012098978b55bffa3fa3ec3197dc187fe.tar.gz
ports-861caa6012098978b55bffa3fa3ec3197dc187fe.zip
Fix build with src r354909 applied.
Notes
Notes: svn path=/head/; revision=518160
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r--emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_Makefile11
-rw-r--r--emulators/open-vm-tools/files/patch-modules_freebsd_vmmemctl_Makefile11
2 files changed, 22 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_Makefile b/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_Makefile
new file mode 100644
index 000000000000..963776a59f50
--- /dev/null
+++ b/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_Makefile
@@ -0,0 +1,11 @@
+--- modules/freebsd/vmblock/Makefile.orig
++++ modules/freebsd/vmblock/Makefile
+@@ -46,8 +46,6 @@
+
+ KMOD = vmblock
+ PROG = ../$(KMOD).ko
+-NOMAN = t
+-NO_MAN = t
+ KLDMOD = t
+
+ VMBLOCK := $(MAINSRCROOT)/modules/vmblock
diff --git a/emulators/open-vm-tools/files/patch-modules_freebsd_vmmemctl_Makefile b/emulators/open-vm-tools/files/patch-modules_freebsd_vmmemctl_Makefile
new file mode 100644
index 000000000000..526db30a5c97
--- /dev/null
+++ b/emulators/open-vm-tools/files/patch-modules_freebsd_vmmemctl_Makefile
@@ -0,0 +1,11 @@
+--- modules/freebsd/vmmemctl/Makefile.orig
++++ modules/freebsd/vmmemctl/Makefile
+@@ -33,8 +33,6 @@
+ .endif
+ KMOD = vmmemctl
+ PROG = ../$(KMOD).ko
+-NOMAN = t
+-NO_MAN = t
+ KLDMOD = t
+
+ # Don't print a warning that the object dir wasn't specified