diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-18 12:57:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-18 12:57:13 +0000 |
commit | c8b897c923aad14b0533ad7e83aeb501a499d418 (patch) | |
tree | f36e8e7317b3c52ded6f292ff3cfe21f538327c7 /main/xorg-server/fix-musl-arm.patch | |
parent | 2ca537c791c84ebdc9923fabf62a35bfcbe5d29b (diff) | |
download | aports-c8b897c923aad14b0533ad7e83aeb501a499d418.tar.bz2 aports-c8b897c923aad14b0533ad7e83aeb501a499d418.tar.xz |
main/xorg-server: upgrade to 1.16.0
Diffstat (limited to 'main/xorg-server/fix-musl-arm.patch')
-rw-r--r-- | main/xorg-server/fix-musl-arm.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/xorg-server/fix-musl-arm.patch b/main/xorg-server/fix-musl-arm.patch index ab9075d050..e661ae1758 100644 --- a/main/xorg-server/fix-musl-arm.patch +++ b/main/xorg-server/fix-musl-arm.patch @@ -1,15 +1,15 @@ ---- xorg-server-1.14.3/hw/xfree86/common/compiler.h.orig -+++ xorg-server-1.14.3/hw/xfree86/common/compiler.h -@@ -720,7 +720,7 @@ +--- ./hw/xfree86/common/compiler.h.orig ++++ ./hw/xfree86/common/compiler.h +@@ -721,7 +721,7 @@ :"r"(val), "r"(addr), "i"(ASI_PL)); } -#elif defined(__mips__) || (defined(__arm32__) && !defined(__linux__)) +#elif defined(__mips__) || (defined(__arm32__) && !defined(__GLIBC__)) - #ifdef __arm32__ + #if defined(__arm32__) || defined(__mips64) #define PORT_SIZE long #else -@@ -995,7 +995,7 @@ +@@ -996,7 +996,7 @@ return xf86ReadMmio32Le((void *) ioBase, port); } |