Obsolete VTE pre-2.91 ABI
[oi-userland.git] / components / x11 / xorg-server / patches / 30-20395984.patch
blobd83f36d09ec41bbce8ed1f3050a7065297baa7bb
1 --- a/hw/xfree86/utils/cvt/cvt.c Fri Jan 16 02:27:48 2015
2 +++ b/hw/xfree86/utils/cvt/cvt.c Fri Jan 16 11:48:28 2015
3 @@ -31,6 +31,14 @@
4 #include "regionstr.h"
5 _X_EXPORT BoxRec RegionEmptyBox = { 0, 0, 0, 0 };
6 _X_EXPORT RegDataRec RegionEmptyData = { 0, 0 };
8 +/* added to quieten undefined symbol error while compiling with Studio 12.4 */
9 +#include "dixstruct.h"
10 +_X_HIDDEN DevPrivateKey
11 +_dixGetScreenPrivateKey(const DevScreenPrivateKey key, ScreenPtr pScreen)
13 + abort();
15 #endif
17 #include "xf86.h"
18 --- a/hw/dmx/config/xdmxconfig.c Thu Jul 25 22:14:32 2013
19 +++ b/hw/dmx/config/xdmxconfig.c Wed Jan 21 08:51:48 2015
20 @@ -55,6 +55,16 @@
21 extern int yyparse(void);
22 extern FILE *yyin;
24 +#if (defined(__sparc__) || defined(__sparc))
25 +/* added to quieten undefined symbol error while compiling with Studio 12.4 */
26 +#include "dixstruct.h"
27 +_X_HIDDEN DevPrivateKey
28 +_dixGetScreenPrivateKey(const DevScreenPrivateKey key, ScreenPtr pScreen)
30 + abort();
32 +#endif
34 #define DMX_INFO "xdmxconfig v0.9\nCopyright 2002 Red Hat Inc.\n"
36 #define DMX_MAIN_WIDTH 800