wok-next diff virtualbox-ose/stuff/fix_build.patch @ rev 13048
Up: cups, cups-dev, cups-pam (1.5.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Jun 18 21:47:07 2012 +0200 (2012-06-18) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/virtualbox-ose/stuff/fix_build.patch Mon Jun 18 21:47:07 2012 +0200 1.3 @@ -0,0 +1,14 @@ 1.4 +diff -Nur VirtualBox-3.2.12_OSE.orig//src/VBox/Main/ConsoleImpl.cpp VirtualBox-3.2.12_OSE/src/VBox/Main/ConsoleImpl.cpp 1.5 +--- VirtualBox-3.2.12_OSE.orig//src/VBox/Main/ConsoleImpl.cpp 2010-12-01 09:09:35.000000000 -0800 1.6 ++++ VirtualBox-3.2.12_OSE/src/VBox/Main/ConsoleImpl.cpp 2010-12-01 14:10:59.846374315 -0800 1.7 +@@ -1074,8 +1074,10 @@ 1.8 + updateGuestPropertiesVRDPDisconnect(u32ClientId); 1.9 + #endif /* VBOX_WITH_GUEST_PROPS */ 1.10 + 1.11 ++#ifdef VBOX_WITH_VRDP 1.12 + if (u32Clients == 0) 1.13 + mcGuestCredentialsProvided = false; 1.14 ++#endif /* VBOX_WITH_VRDP */ 1.15 + 1.16 + LogFlowFuncLeave(); 1.17 + return;