Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-virtualbox/files: xf86-video-virtualbox-4.3.8-vboxvideo_compilefixes.patch
Date: Wed, 26 Feb 2014 10:08:10
Message-Id: 20140226100804.4BEA32004C@flycatcher.gentoo.org
1 polynomial-c 14/02/26 10:08:04
2
3 Added:
4 xf86-video-virtualbox-4.3.8-vboxvideo_compilefixes.patch
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.1 x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-4.3.8-vboxvideo_compilefixes.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-4.3.8-vboxvideo_compilefixes.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-4.3.8-vboxvideo_compilefixes.patch?rev=1.1&content-type=text/plain
15
16 Index: xf86-video-virtualbox-4.3.8-vboxvideo_compilefixes.patch
17 ===================================================================
18 --- VirtualBox-4.3.8/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
19 +++ VirtualBox-4.3.8/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
20 @@ -105,7 +105,6 @@
21 #define VBOX_NAME "VBoxVideo"
22 #define VBOX_DRIVER_NAME "vboxvideo"
23
24 -#ifdef VBOX_DRI_OLD
25 /* DRI support */
26 #define _XF86DRI_SERVER_
27 /* Hack to work around a libdrm header which is broken on Solaris */
28 @@ -120,7 +119,6 @@
29 /* For some reason this is not in the header files. */
30 extern void GlxSetVisualConfigs(int nconfigs, __GLXvisualConfig *configs,
31 void **configprivs);
32 -#endif
33
34 #define VBOX_VIDEO_MAJOR 1
35 #define VBOX_VIDEO_MINOR 0
36 @@ -191,12 +189,10 @@
37 Bool fAnyX;
38 #ifdef VBOX_DRI
39 Bool useDRI;
40 -#ifdef VBOX_DRI_OLD
41 int cVisualConfigs;
42 __GLXvisualConfig *pVisualConfigs;
43 DRIInfoRec *pDRIInfo;
44 int drmFD;
45 -# endif
46 #endif
47 } VBOXRec, *VBOXPtr;