summaryrefslogtreecommitdiff
path: root/user/mesa/musl-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/mesa/musl-fixes.patch')
-rw-r--r--user/mesa/musl-fixes.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/user/mesa/musl-fixes.patch b/user/mesa/musl-fixes.patch
index 60140d445..dd3e6bb64 100644
--- a/user/mesa/musl-fixes.patch
+++ b/user/mesa/musl-fixes.patch
@@ -9,14 +9,3 @@
#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) || defined(__CYGWIN__)
-+#if defined(__linux__) || defined(ANDROID) || defined(__CYGWIN__)
- #include <endian.h>
-
- #if __BYTE_ORDER == __LITTLE_ENDIAN