summaryrefslogtreecommitdiff
path: root/user/mesa/musl-fixes.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-08 21:29:12 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-08 21:29:12 -0500
commit13ff07d4a57f6dc095d65c567bd4b92b34667b03 (patch)
treea6f249b299f52508ce802c6b01202fd091aa9e07 /user/mesa/musl-fixes.patch
parent1af4a672c7df4fe57d9f1568b1e287cf541f4c26 (diff)
downloadpackages-13ff07d4a57f6dc095d65c567bd4b92b34667b03.tar.gz
packages-13ff07d4a57f6dc095d65c567bd4b92b34667b03.tar.bz2
packages-13ff07d4a57f6dc095d65c567bd4b92b34667b03.tar.xz
packages-13ff07d4a57f6dc095d65c567bd4b92b34667b03.zip
user/mesa: take, bump to 18.1.3, fix up
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