diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-10-05 16:16:40 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-10-05 16:16:40 +0200 |
commit | 03c766e6017cc3b7e18a8c5eef35ba7e84777d88 (patch) | |
tree | 1aaffc43ebe68455ff5f2b22c5469278ed1fbf6b /lcms2 | |
parent | 343e12f0c39353e3bab17ec101fb25b3ccd3ded0 (diff) |
Oops
Change-Id: I84e8a3833ae16cc9197b8b772404587a3dea1158
Diffstat (limited to 'lcms2')
-rw-r--r-- | lcms2/lcms2-endian.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcms2/lcms2-endian.patch b/lcms2/lcms2-endian.patch index 01ffc1cb300a..e97e4e95991e 100644 --- a/lcms2/lcms2-endian.patch +++ b/lcms2/lcms2-endian.patch @@ -9,7 +9,7 @@ +#ifndef _WIN32 +#include <endian.h> +#if __BYTE_ORDER == __BIG_ENDIAN -+#define USE_BIG_ENDIAN 1 ++#define CMS_USE_BIG_ENDIAN 1 +#endif +#endif /* !_WIN32 */ |