aboutsummaryrefslogtreecommitdiffstats
path: root/main/mesa/musl-fixes.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-04-04 09:21:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-04-04 09:45:10 +0000
commit8496309c09e3fd51798915936fe7f5923ee5552d (patch)
tree16dd219b8f1f814189bb25c0c61d477291b1d429 /main/mesa/musl-fixes.patch
parente5f2b2aa996b15345d561e3e942b70ef1ab3a161 (diff)
downloadaports-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.patch11
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