From: Jan Palus Date: Thu, 10 Sep 2015 19:33:36 +0000 (+0200) Subject: another upstream build fix for 32bit X-Git-Tag: auto/th/VirtualBox-5.0.4-3~3 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=549cc2daf47611d1cfab92849a2656c86831f216;p=packages%2FVirtualBox.git another upstream build fix for 32bit --- diff --git a/VirtualBox-vnc.patch b/VirtualBox-vnc.patch index fe98de0..fbbd89c 100644 --- a/VirtualBox-vnc.patch +++ b/VirtualBox-vnc.patch @@ -21,3 +21,24 @@ Index: src/VBox/ExtPacks/VNC/VBoxVNC.cpp ------------------------------------------------------------------------ +------------------------------------------------------------------------ +r57690 | vboxsync | 2015-09-10 15:23:58 +0200 (czw, 10 wrz 2015) | 2 lines + +Additions/vbox-greeter: build fix + + +Index: src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp +=================================================================== +--- src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp (revision 57689) ++++ src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp (revision 57690) +@@ -842,7 +842,7 @@ + * @param enmPhase + * @param pfnLog + */ +-static void vboxGreeterLogHeaderFooter(PRTLOGGER pLoggerRelease, RTLOGPHASE enmPhase, PFNRTLOGPHASEMSG pfnLog) ++static DECLCALLBACK(void) vboxGreeterLogHeaderFooter(PRTLOGGER pLoggerRelease, RTLOGPHASE enmPhase, PFNRTLOGPHASEMSG pfnLog) + { + /* Some introductory information. */ + static RTTIMESPEC s_TimeSpec; + +------------------------------------------------------------------------