wok diff virtualbox-ose/stuff/fix_build.patch @ rev 11427
Add: barnyard2
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Dec 15 09:43:10 2011 +0100 (2011-12-15) |
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 Thu Dec 15 09:43:10 2011 +0100 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;