summaryrefslogtreecommitdiff
path: root/package/MesaLib/patches/patch-src_gallium_include_pipe_p_config_h
blob: b929e8758fbe7bbccc9c425a9efa16e33803e630 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Mesa-10.1.0.orig/src/gallium/include/pipe/p_config.h	2014-02-27 02:56:39.000000000 +0100
+++ Mesa-10.1.0/src/gallium/include/pipe/p_config.h	2014-03-14 21:36:14.000000000 +0100
@@ -130,7 +130,7 @@
  * Endian detection.
  */
 
-#ifdef __GLIBC__
+#ifdef __linux__
 #include <endian.h>
 
 #if __BYTE_ORDER == __LITTLE_ENDIAN