summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-05-08 01:06:06 +0000
committerMike Gilbert <floppym@gentoo.org>2015-05-08 01:06:06 +0000
commite016d16e0af6b715eac3cd5f85b4c56eb1d67b39 (patch)
tree51569eb7c749d2b96ce7862be89999119ef06352 /app-emulation/open-vm-tools
parentAdd grabbitmqproxy and vgauth use flags. (diff)
downloadgentoo-2-e016d16e0af6b715eac3cd5f85b4c56eb1d67b39.tar.gz
gentoo-2-e016d16e0af6b715eac3cd5f85b4c56eb1d67b39.tar.bz2
gentoo-2-e016d16e0af6b715eac3cd5f85b4c56eb1d67b39.zip
Update patch.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-emulation/open-vm-tools')
-rw-r--r--app-emulation/open-vm-tools/ChangeLog5
-rw-r--r--app-emulation/open-vm-tools/files/9.10.0-vgauth.patch11
2 files changed, 15 insertions, 1 deletions
diff --git a/app-emulation/open-vm-tools/ChangeLog b/app-emulation/open-vm-tools/ChangeLog
index 28e8663698e2..762f5d278e74 100644
--- a/app-emulation/open-vm-tools/ChangeLog
+++ b/app-emulation/open-vm-tools/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/open-vm-tools
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v 1.87 2015/05/08 01:01:39 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v 1.88 2015/05/08 01:06:06 floppym Exp $
+
+ 08 May 2015; Mike Gilbert <floppym@gentoo.org> files/9.10.0-vgauth.patch:
+ Update patch.
08 May 2015; Mike Gilbert <floppym@gentoo.org> +files/9.10.0-vgauth.patch,
metadata.xml, open-vm-tools-9.10.0_p2476743.ebuild:
diff --git a/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch b/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch
index 4206816397b6..aa8d1e3e353c 100644
--- a/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch
+++ b/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch
@@ -1,3 +1,14 @@
+--- a/vgauth/service/Makefile.am
++++ b/vgauth/service/Makefile.am
+@@ -78,7 +78,7 @@
+ $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
+ $(LDFLAGS) -o $@
+ else
+- VGAuthService_LINK = $(LINK)
++ VGAuthService_LINK = $(CXXLINK)
+ endif
+
+ # Message catalogs.
--- a/vgauth/service/Makefile.in
+++ b/vgauth/service/Makefile.in
@@ -322,7 +322,7 @@