diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-01-01 16:49:02 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-01-01 16:49:02 +0000 |
commit | 4fcab408518d29463e82bf4ae8b48b77e4ae3e90 (patch) | |
tree | 434711380aa420d90b85d991ea5de581be8e09a9 /emulators/open-vm-tools/files/patch-vmblockmounter-Makefile.in | |
parent | Update to 1.106 (diff) |
- Add an ugly hack to rename base64.h so that it doesn't conflict with the one
installed by security/heimdal
PR: ports/177454
Reported by: Andriy Syrovenko <andriys@gmail.com>
Notes
Notes:
svn path=/head/; revision=338381
Diffstat (limited to 'emulators/open-vm-tools/files/patch-vmblockmounter-Makefile.in')
-rw-r--r-- | emulators/open-vm-tools/files/patch-vmblockmounter-Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/files/patch-vmblockmounter-Makefile.in b/emulators/open-vm-tools/files/patch-vmblockmounter-Makefile.in new file mode 100644 index 000000000000..1d8d30ea32cb --- /dev/null +++ b/emulators/open-vm-tools/files/patch-vmblockmounter-Makefile.in @@ -0,0 +1,12 @@ +--- vmblockmounter/Makefile.in.orig 2013-12-27 17:42:57.000000000 +0000 ++++ vmblockmounter/Makefile.in 2013-12-27 17:44:31.000000000 +0000 +@@ -644,9 +644,6 @@ + @FREEBSD_TRUE@install-exec-hook: + @FREEBSD_TRUE@ mv $(DESTDIR)$(sbindir)/mount.vmblock \ + @FREEBSD_TRUE@ $(DESTDIR)$(sbindir)/mount_vmblock +-@FREEBSD_TRUE@ -$(MKDIR_P) $(DESTDIR)/sbin +-@FREEBSD_TRUE@ -$(LN_S) $(DESTDIR)$(sbindir)/mount_vmblock \ +-@FREEBSD_TRUE@ $(DESTDIR)/sbin/mount_vmblock &> /dev/null + @FREEBSD_TRUE@uninstall-hook: + @FREEBSD_TRUE@ rm -f $(DESTDIR)$(sbindir)/mount_vmblock + @FREEBSD_FALSE@install-exec-hook: |