From 415b2c8973df03018b74edb31173caf8c0f86b36 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 15 Feb 2018 15:53:28 +0000 Subject: main/lcms: really fix ppc64le this time i hope --- main/lcms/ppc64le.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/lcms/ppc64le.patch') diff --git a/main/lcms/ppc64le.patch b/main/lcms/ppc64le.patch index 75bf2cc9fe8..dfdfcec00de 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 - -- cgit v1.2.3