floppym 15/05/08 01:06:06 Modified: 9.10.0-vgauth.patch Log: Update patch. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.2 app-emulation/open-vm-tools/files/9.10.0-vgauth.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch?r1=1.1&r2=1.2 Index: 9.10.0-vgauth.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 9.10.0-vgauth.patch 8 May 2015 01:01:39 -0000 1.1 +++ 9.10.0-vgauth.patch 8 May 2015 01:06:06 -0000 1.2 @@ -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 @@
