patch-src_gallium_include_pipe_p_config_h 324 B

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