patch-src_gallium_include_pipe_p_config_h 326 B

1234567891011
  1. --- Mesa-10.1.0.orig/src/gallium/include/pipe/p_config.h 2014-02-27 02:56:39.000000000 +0100
  2. +++ Mesa-10.1.0/src/gallium/include/pipe/p_config.h 2014-03-14 21:36:14.000000000 +0100
  3. @@ -130,7 +130,7 @@
  4. * Endian detection.
  5. */
  6. -#ifdef __GLIBC__
  7. +#ifdef __linux__
  8. #include <endian.h>
  9. #if __BYTE_ORDER == __LITTLE_ENDIAN