json-c: add 32 bit library, needed in order to be able to build fontconfig in 32...
[oi-userland.git] / components / x11 / xf86-video-openchrome / patches / 05.gcc-10.patch
blob2ea76669c9b52f9645ba6bb42f7aa24cc6a22ade
1 --- xf86-video-openchrome-0.6.0/src/via_driver.h.orig 2020-05-14 12:36:33.294523059 +0000
2 +++ xf86-video-openchrome-0.6.0/src/via_driver.h 2020-05-14 12:37:04.363876672 +0000
3 @@ -394,8 +394,8 @@
6 /* In via_display.c. */
7 -const xf86CrtcFuncsRec iga1_crtc_funcs;
8 -const xf86CrtcFuncsRec iga2_crtc_funcs;
9 +extern const xf86CrtcFuncsRec iga1_crtc_funcs;
10 +extern const xf86CrtcFuncsRec iga2_crtc_funcs;
12 /* In via_exa.c. */
13 Bool viaInitExa(ScreenPtr pScreen);
14 --- xf86-video-openchrome-0.6.0/src/via_vt1632.h.orig 2020-05-14 12:37:38.342133568 +0000
15 +++ xf86-video-openchrome-0.6.0/src/via_vt1632.h 2020-05-14 12:38:16.214803967 +0000
16 @@ -44,7 +44,7 @@
17 } viaVT1632Rec, *viaVT1632RecPtr;
20 -const xf86OutputFuncsRec via_vt1632_funcs;
21 +extern const xf86OutputFuncsRec via_vt1632_funcs;
23 Bool viaVT1632Init(ScrnInfoPtr pScrn, I2CBusPtr pI2CBus);
25 --- xf86-video-openchrome-0.6.0/src/via_sii164.h.orig 2020-05-14 12:39:02.450463330 +0000
26 +++ xf86-video-openchrome-0.6.0/src/via_sii164.h 2020-05-14 12:39:12.487884649 +0000
27 @@ -47,7 +47,7 @@
28 } viaSiI164Rec, *viaSiI164RecPtr;
31 -const xf86OutputFuncsRec via_sii164_funcs;
32 +extern const xf86OutputFuncsRec via_sii164_funcs;
34 Bool viaSiI164Init(ScrnInfoPtr pScrn, I2CBusPtr pI2CBus);