summaryrefslogtreecommitdiff
path: root/recipes-graphics/xorg-xserver/xserver-xorg-1.13.1/mips64-compiler.patch
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-10-09 18:38:39 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-09 18:38:39 +0200
commitac484e5aaab9fbf8e3fe18d916d03d9ea2adf3b9 (patch)
tree50dbe21643b7e2ea098d2924112fe006b8b3f716 /recipes-graphics/xorg-xserver/xserver-xorg-1.13.1/mips64-compiler.patch
parent5f035e82326ca7a544dd80271def685d67f9ae05 (diff)
xserver: remove the 1.13 recipe, as 1.14 now works
Diffstat (limited to 'recipes-graphics/xorg-xserver/xserver-xorg-1.13.1/mips64-compiler.patch')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg-1.13.1/mips64-compiler.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg-1.13.1/mips64-compiler.patch b/recipes-graphics/xorg-xserver/xserver-xorg-1.13.1/mips64-compiler.patch
deleted file mode 100644
index 168368e..0000000
--- a/recipes-graphics/xorg-xserver/xserver-xorg-1.13.1/mips64-compiler.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-on mips64/n64 pointers are 64bit therefore the pointer conversions to int dont work well
-so we end up with incompatible conversion errors
-
-This patch choses the right values for mips64
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-
-Upstream-Status: Pending
-Index: xorg-server-1.13.0/hw/xfree86/common/compiler.h
-===================================================================
---- xorg-server-1.13.0-orig/hw/xfree86/common/compiler.h 2012-06-14 23:04:29.000000000 +0300
-+++ xorg-server-1.13.0/hw/xfree86/common/compiler.h 2012-11-08 10:06:50.865831783 +0200
-@@ -101,6 +101,7 @@
- #if defined(NO_INLINE) || defined(DO_PROTOTYPES)
- #if !defined(__arm__)
- #if !defined(__sparc__) && !defined(__sparc) && !defined(__arm32__) && !defined(__nds32__) \
-+ && !defined(__mips64) \
- && !(defined(__alpha__) && defined(linux)) \
- && !(defined(__ia64__) && defined(linux)) \
-
-@@ -721,7 +722,7 @@
- }
-
- #elif defined(__mips__) || (defined(__arm32__) && !defined(__linux__))
--#ifdef __arm32__
-+#if defined (__arm32__) || defined (__mips64)
- #define PORT_SIZE long
- #else
- #define PORT_SIZE short