diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-20 19:17:11 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-20 19:17:11 -0200 |
commit | abdaf4e8e1fa45d4617a581c1e831e8d0bf01bcd (patch) | |
tree | 810f78f2163c8db0c226f3e34f3e75b6f5542705 /libre/virtualbox-libre/ipv6_vnc.patch | |
parent | f839e33fae50a172e100f750aabf87ea0bd722cc (diff) | |
download | abslibre-abdaf4e8e1fa45d4617a581c1e831e8d0bf01bcd.tar.gz abslibre-abdaf4e8e1fa45d4617a581c1e831e8d0bf01bcd.tar.bz2 abslibre-abdaf4e8e1fa45d4617a581c1e831e8d0bf01bcd.zip |
virtualbox-libre-4.2.2-1: updating version
Diffstat (limited to 'libre/virtualbox-libre/ipv6_vnc.patch')
-rwxr-xr-x | libre/virtualbox-libre/ipv6_vnc.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libre/virtualbox-libre/ipv6_vnc.patch b/libre/virtualbox-libre/ipv6_vnc.patch deleted file mode 100755 index 8f50aba1c..000000000 --- a/libre/virtualbox-libre/ipv6_vnc.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -aur vanilla/VirtualBox-4.1.18/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp changed/VirtualBox-4.1.18/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp ---- vanilla/VirtualBox-4.1.18/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp 2012-06-20 15:15:53.000000000 +0200 -+++ changed/VirtualBox-4.1.18/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp 2012-07-16 16:24:22.448349886 +0200 -@@ -88,8 +88,16 @@ - - vncServer = rfbGetScreen(0, NULL, mWidth, mHeight, 8, 3, 1); - vncServer->screenData = (void*)this; -+#ifdef LIBVNCSERVER_IPv6 -+ if (mVncPort) { -+ vncServer->port = mVncPort; -+ vncServer->ipv6port = mVncPort; -+ } -+#else - if (mVncPort) - vncServer->port = mVncPort; -+#endif -+ - char *pszDesktopName; - rc = RTStrAPrintf(&pszDesktopName, "%s - VirtualBox", pszName); - if (rc >= 0) |