[Libreoffice-commits] .: lcms2/lcms2-endian.patch
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Oct 5 07:17:07 PDT 2012
lcms2/lcms2-endian.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 03c766e6017cc3b7e18a8c5eef35ba7e84777d88
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Fri Oct 5 16:16:40 2012 +0200
Oops
Change-Id: I84e8a3833ae16cc9197b8b772404587a3dea1158
diff --git a/lcms2/lcms2-endian.patch b/lcms2/lcms2-endian.patch
index 01ffc1c..e97e4e9 100644
--- a/lcms2/lcms2-endian.patch
+++ b/lcms2/lcms2-endian.patch
@@ -9,7 +9,7 @@
+#ifndef _WIN32
+#include <endian.h>
+#if __BYTE_ORDER == __BIG_ENDIAN
-+#define USE_BIG_ENDIAN 1
++#define CMS_USE_BIG_ENDIAN 1
+#endif
+#endif /* !_WIN32 */
More information about the Libreoffice-commits
mailing list