浏览代码

forgot patch

Waldemar Brodkorb 11 年之前
父节点
当前提交
729ec728a6
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      package/MesaLib/patches/patch-src_gallium_include_pipe_p_config_h

+ 11 - 0
package/MesaLib/patches/patch-src_gallium_include_pipe_p_config_h

@@ -0,0 +1,11 @@
+--- Mesa-9.2.2.orig/src/gallium/include/pipe/p_config.h	2013-10-18 00:26:23.000000000 +0200
++++ Mesa-9.2.2/src/gallium/include/pipe/p_config.h	2014-01-06 12:26:04.042469119 +0100
+@@ -126,7 +126,7 @@
+  * Endian detection.
+  */
+ 
+-#ifdef __GLIBC__
++#ifdef __linux__
+ #include <endian.h>
+ 
+ #if __BYTE_ORDER == __LITTLE_ENDIAN