diff options
Diffstat (limited to 'main/lcms/ppc64le.patch')
-rw-r--r-- | main/lcms/ppc64le.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/lcms/ppc64le.patch b/main/lcms/ppc64le.patch new file mode 100644 index 0000000000..928e05137f --- /dev/null +++ b/main/lcms/ppc64le.patch @@ -0,0 +1,11 @@ +--- lcms-1.19.orig/include/lcms.h ++++ lcms-1.19/include/lcms.h +@@ -139,7 +139,7 @@ + # define USE_BIG_ENDIAN 1 + #endif + +-#if defined(__sgi__) || defined(__sgi) || defined(__powerpc__) || defined(sparc) || defined(__ppc__) || defined(__s390__) || defined(__s390x__) ++#if defined(__sgi__) || defined(__sgi) || defined(__powerpc__) || defined(sparc) || defined(__s390__) || defined(__s390x__) + # define USE_BIG_ENDIAN 1 + #endif + |