diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-04 09:21:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-04 09:45:10 +0000 |
commit | 8496309c09e3fd51798915936fe7f5923ee5552d (patch) | |
tree | 16dd219b8f1f814189bb25c0c61d477291b1d429 /main/mesa/musl-fixes.patch | |
parent | e5f2b2aa996b15345d561e3e942b70ef1ab3a161 (diff) | |
download | aports-8496309c09e3fd51798915936fe7f5923ee5552d.tar.bz2 aports-8496309c09e3fd51798915936fe7f5923ee5552d.tar.xz |
main/mesa: upgrade to 17.0.3
Diffstat (limited to 'main/mesa/musl-fixes.patch')
-rw-r--r-- | main/mesa/musl-fixes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/mesa/musl-fixes.patch b/main/mesa/musl-fixes.patch index dd3e6bb64a..ac5e5aa7a9 100644 --- a/main/mesa/musl-fixes.patch +++ b/main/mesa/musl-fixes.patch @@ -9,3 +9,14 @@ #include "pipe/p_compiler.h" #include "pipe/p_state.h" +--- a/src/util/u_endian.h.orig 2016-11-04 12:16:00.480356454 +0100 ++++ b/src/util/u_endian.h 2016-11-04 12:16:11.984347944 +0100 +@@ -27,7 +27,7 @@ + #ifndef U_ENDIAN_H + #define U_ENDIAN_H + +-#if defined(__GLIBC__) || defined(ANDROID) ++#if defined(__linux__) || defined(ANDROID) + #include <endian.h> + + #if __BYTE_ORDER == __LITTLE_ENDIAN |