diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-06 16:45:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-06 16:45:18 +0100 |
commit | 729ec728a67374bd4fe682b9868b21863d127457 (patch) | |
tree | ed979fc12ab559e1238268c6fb69f6a5e9356b6f /package | |
parent | 05ff775a609f652231b8535b2b52eb40d01c65fd (diff) |
forgot patch
Diffstat (limited to 'package')
-rw-r--r-- | package/MesaLib/patches/patch-src_gallium_include_pipe_p_config_h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/MesaLib/patches/patch-src_gallium_include_pipe_p_config_h b/package/MesaLib/patches/patch-src_gallium_include_pipe_p_config_h new file mode 100644 index 000000000..021601b7f --- /dev/null +++ b/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 |