From 2a75fc7dfdb4af4c49503c9e5d9e9fb7941a031c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Wed, 22 Aug 2018 19:10:55 +0000 Subject: vars/build.vars:native_packages_deps_x11: adds xwin v1.20.1 (via Redfoxmoon.) vars/build.vars:xwin:${PKG_DISABLED}: disabled pending fix. patches/xwin/*: via Redfoxmoon. --- patches/xwin/ddraw.patch | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 patches/xwin/ddraw.patch (limited to 'patches/xwin/ddraw.patch') diff --git a/patches/xwin/ddraw.patch b/patches/xwin/ddraw.patch new file mode 100644 index 00000000..c368217a --- /dev/null +++ b/patches/xwin/ddraw.patch @@ -0,0 +1,38 @@ +--- xorg-server-1.20.1.orig/hw/xwin/ddraw.h 2018-08-07 18:31:04.000000000 +0200 ++++ xorg-server-1.20.1/hw/xwin/ddraw.h 2018-08-22 08:26:12.917568413 +0200 +@@ -1,4 +1,4 @@ +-#ifdef __MINGW64_VERSION_MAJOR ++#if defined(__MINGW64_VERSION_MAJOR) + #include_next + #define __XWIN_DDRAW_H + #endif +@@ -9,10 +9,29 @@ + #include + #include + ++/* temporary! */ ++#include ++ + #if defined(NONAMELESSUNION) && !defined(DUMMYUNIONNAME1) + #define DUMMYUNIONNAME1 u1 + #endif + ++#if !defined(DUMMYUNIONNAME2) ++#define DUMMYUNIONNAME2 u2 ++#endif ++ ++#if !defined(DUMMYUNIONNAME3) ++#define DUMMYUNIONNAME3 u3 ++#endif ++ ++#if !defined(DUMMYUNIONNAME4) ++#define DUMMYUNIONNAME4 u4 ++#endif ++ ++#if !defined(DUMMYUNIONNAME5) ++#define DUMMYUNIONNAME5 u5 ++#endif ++ + #define ICOM_CALL_( xfn, p, args) (p)->lpVtbl->xfn args + + #ifdef UNICODE -- cgit v1.2.3