From 27a8a02826c40e57b96a4f27e4646ee44a21593a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= Date: Fri, 5 Oct 2012 16:34:44 +0200 Subject: [PATCH] Revert "Oops" This reverts commit 03c766e6017cc3b7e18a8c5eef35ba7e84777d88. --- lcms2/lcms2-endian.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcms2/lcms2-endian.patch b/lcms2/lcms2-endian.patch index e97e4e95991e..01ffc1cb300a 100644 --- a/lcms2/lcms2-endian.patch +++ b/lcms2/lcms2-endian.patch @@ -9,7 +9,7 @@ +#ifndef _WIN32 +#include +#if __BYTE_ORDER == __BIG_ENDIAN -+#define CMS_USE_BIG_ENDIAN 1 ++#define USE_BIG_ENDIAN 1 +#endif +#endif /* !_WIN32 */