diff options
Diffstat (limited to 'main/lcms/ppc64le.patch')
-rw-r--r-- | main/lcms/ppc64le.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lcms/ppc64le.patch b/main/lcms/ppc64le.patch index 75bf2cc9fe..dfdfcec00d 100644 --- a/main/lcms/ppc64le.patch +++ b/main/lcms/ppc64le.patch @@ -5,7 +5,7 @@ #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__) ++#if defined(__sgi__) || defined(__sgi) || defined(sparc) || defined(__s390__) || defined(__s390x__) # define USE_BIG_ENDIAN 1 -#endif - |