[packages] xorg-server: define IF_MASK and IF_IOPL if required (closes #4473)
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 7 Feb 2009 02:52:28 +0000 (02:52 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 7 Feb 2009 02:52:28 +0000 (02:52 +0000)
SVN-Revision: 14429

Xorg/xorg/xserver/xorg-server/patches/003-vm86-IFMASK.patch [new file with mode: 0644]

diff --git a/Xorg/xorg/xserver/xorg-server/patches/003-vm86-IFMASK.patch b/Xorg/xorg/xserver/xorg-server/patches/003-vm86-IFMASK.patch
new file mode 100644 (file)
index 0000000..d575cae
--- /dev/null
@@ -0,0 +1,16 @@
+--- xorg-server-1.5.1.orig/hw/kdrive/vesa/vm86.h       2008-09-09 17:24:59.000000000 +0200
++++ xorg-server-1.5.1/hw/kdrive/vesa/vm86.h    2008-09-09 18:01:53.000000000 +0200
+@@ -67,6 +67,13 @@
+ #include "os.h"
+ #endif
++#ifndef IF_MASK
++#define IF_MASK X86_EFLAGS_IF
++#endif
++#ifndef IOPL_MASK
++#define IOPL_MASK X86_EFLAGS_IOPL
++#endif
++
+ typedef unsigned char U8;
+ typedef unsigned short        U16;
+ typedef unsigned int  U32;