[Pkg-virtualbox-commits] [virtualbox] 01/01: Upload to unstable

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Thu Sep 10 09:53:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch master
in repository virtualbox.

commit 08ddbb4d775c02faadb5a539e9b4485fee848273
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Thu Sep 10 11:53:07 2015 +0200

    Upload to unstable
---
 debian/patches/fix-build.patch | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/debian/patches/fix-build.patch b/debian/patches/fix-build.patch
new file mode 100644
index 0000000..6a4afdd
--- /dev/null
+++ b/debian/patches/fix-build.patch
@@ -0,0 +1,16 @@
+Description: cherry-pick upstream changeset 57658
+Author: Frank Mehnert <frank.mehnert at oracle.com>
+
+Index: src/VBox/ExtPacks/VNC/VBoxVNC.cpp
+===================================================================
+--- a/src/VBox/ExtPacks/VNC/VBoxVNC.cpp
++++ b/src/VBox/ExtPacks/VNC/VBoxVNC.cpp
+@@ -104,6 +104,6 @@
+     unsigned char *mFrameBuffer;
+     uint32_t uClients;
+-    static DECLCALLBACK(enum rfbNewClientAction) rfbNewClientEvent(rfbClientPtr cl);
+-    static DECLCALLBACK(void) vncMouseEvent(int buttonMask, int x, int y, rfbClientPtr cl);
++    static enum rfbNewClientAction rfbNewClientEvent(rfbClientPtr cl);
++    static void vncMouseEvent(int buttonMask, int x, int y, rfbClientPtr cl);
+     static void vncKeyboardEvent(rfbBool down, rfbKeySym keySym, rfbClientPtr cl);
+     static void clientGoneHook(rfbClientPtr cl);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git



More information about the Pkg-virtualbox-commits mailing list