summaryrefslogtreecommitdiff
path: root/lcms2
diff options
context:
space:
mode:
Diffstat (limited to 'lcms2')
-rw-r--r--lcms2/lcms2-endian.patch17
-rw-r--r--lcms2/makefile.mk2
2 files changed, 18 insertions, 1 deletions
diff --git a/lcms2/lcms2-endian.patch b/lcms2/lcms2-endian.patch
new file mode 100644
index 000000000000..01ffc1cb300a
--- /dev/null
+++ b/lcms2/lcms2-endian.patch
@@ -0,0 +1,17 @@
+--- misc/lcms2-2.3/include/lcms2.h 2011-12-15 16:45:47.000000000 +0100
++++ misc/build/lcms2-2.3/include/lcms2.h 2012-10-05 14:49:09.721146003 +0200
+@@ -30,8 +30,12 @@
+
+ // ********** Configuration toggles ****************************************
+
+-// Uncomment this one if you are using big endian machines
+-// #define CMS_USE_BIG_ENDIAN 1
++#ifndef _WIN32
++#include <endian.h>
++#if __BYTE_ORDER == __BIG_ENDIAN
++#define USE_BIG_ENDIAN 1
++#endif
++#endif /* !_WIN32 */
+
+ // Uncomment this one if your compiler/machine does NOT support the
+ // "long long" type.
diff --git a/lcms2/makefile.mk b/lcms2/makefile.mk
index 52b7b4a93b65..9260ad4de5a1 100644
--- a/lcms2/makefile.mk
+++ b/lcms2/makefile.mk
@@ -39,7 +39,7 @@ TARGET=so_lcms2
TARFILE_NAME=lcms2-2.3
TARFILE_MD5=327348d67c979c88c2dec59a23a17d85
-PATCH_FILES = lcms2.patch
+PATCH_FILES = lcms2.patch lcms2-endian.patch
.IF "$(SYSTEM_LCMS2)" == "YES"
@all: