Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d9ae7573
Kaydet (Commit)
d9ae7573
authored
Eki 05, 2012
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
It seems that we have endianness problem in internal lcms2
Change-Id: I1bec67344ddd5d1caf417355fafd344f48517f77
üst
f7bfe52a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
lcms2-endian.patch
lcms2/lcms2-endian.patch
+17
-0
makefile.mk
lcms2/makefile.mk
+1
-1
No files found.
lcms2/lcms2-endian.patch
0 → 100644
Dosyayı görüntüle @
d9ae7573
--- misc/lcms2-2.3/include/lcms2.h 2011-12-15 16:45:47.000000000 +0100
+++ misc/build/lcms2-2.3/include/lcms2.h 2012-10-05 14:49:09.721146003 +0200
@@ -30,8 +30,12 @@
// ********** Configuration toggles ****************************************
-// Uncomment this one if you are using big endian machines
-// #define CMS_USE_BIG_ENDIAN 1
+#ifndef _WIN32
+#include <endian.h>
+#if __BYTE_ORDER == __BIG_ENDIAN
+#define USE_BIG_ENDIAN 1
+#endif
+#endif /* !_WIN32 */
// Uncomment this one if your compiler/machine does NOT support the
// "long long" type.
lcms2/makefile.mk
Dosyayı görüntüle @
d9ae7573
...
@@ -39,7 +39,7 @@ TARGET=so_lcms2
...
@@ -39,7 +39,7 @@ TARGET=so_lcms2
TARFILE_NAME
=
lcms2-2.3
TARFILE_NAME
=
lcms2-2.3
TARFILE_MD5
=
327348d67c979c88c2dec59a23a17d85
TARFILE_MD5
=
327348d67c979c88c2dec59a23a17d85
PATCH_FILES
=
lcms2.patch
PATCH_FILES
=
lcms2.patch
lcms2-endian.patch
.IF
"$(SYSTEM_LCMS2)"
==
"YES"
.IF
"$(SYSTEM_LCMS2)"
==
"YES"
@all
:
@all
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment