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
db993edb
Kaydet (Commit)
db993edb
authored
Mar 11, 2011
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix graphite build on Linux 64-bit
üst
64c58dfa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletion
+16
-1
graphite2-0.9.2.patch
graphite/graphite2-0.9.2.patch
+11
-0
graphite_make.patch
graphite/graphite_make.patch
+2
-1
makefile.mk
graphite/makefile.mk
+3
-0
No files found.
graphite/graphite2-0.9.2.patch
Dosyayı görüntüle @
db993edb
...
@@ -380,3 +380,14 @@ diff current src/List.h
...
@@ -380,3 +380,14 @@ diff current src/List.h
iterator begin() { return m_first; }
iterator begin() { return m_first; }
const_iterator begin() const { return m_first; }
const_iterator begin() const { return m_first; }
--- misc/graphite2-0.9.2/src/Code.cpp 2011-02-12 16:54:16.000000000 +0100
+++ misc/build/graphite2-0.9.2/src/Code.cpp 2011-03-11 11:28:11.700215286 +0100
@@ -168,7 +168,7 @@
face.getGlyphFaceCache()->numAttrs(),
face.numFeatures(),
{1,1,1,1,1,1,1,1,
- 1,1,1,1,1,1,1,-1,
+ 1,1,1,1,1,1,1,(uint8)-1,
1,1,1,1,1,1,1,1,
1,1,1,1,1,1,0,0,
0,0,0,0,0,0,0,0,
graphite/graphite_make.patch
Dosyayı görüntüle @
db993edb
--- misc/build/graphite2-0.9.2/src/makefile.mk Fri Mar 4 10:20:30 2011 +0700
--- misc/build/graphite2-0.9.2/src/makefile.mk Fri Mar 4 10:20:30 2011 +0700
+++ misc/build/graphite2-0.9.2/src/makefile.mk Fri Mar 4 10:20:30 2011 +0700
+++ misc/build/graphite2-0.9.2/src/makefile.mk Fri Mar 4 10:20:30 2011 +0700
@@ -0,0 +1,54 @@
@@ -1,1 +1,54 @@
-dummy
+EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
+EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
+
+
+PRJ=..$/..$/..$/..$/..
+PRJ=..$/..$/..$/..$/..
...
...
graphite/makefile.mk
Dosyayı görüntüle @
db993edb
...
@@ -50,6 +50,9 @@ TARFILE_MD5=0625a7d661f899a8ce263fc8a9879108
...
@@ -50,6 +50,9 @@ TARFILE_MD5=0625a7d661f899a8ce263fc8a9879108
PATCH_FILES
=
graphite2-0.9.2.patch
\
PATCH_FILES
=
graphite2-0.9.2.patch
\
graphite_make.patch
graphite_make.patch
ADDITIONAL_FILES
=
\
src/makefile.mk
# convert line-endings to avoid problems when patching
# convert line-endings to avoid problems when patching
CONVERTFILES
=
CONVERTFILES
=
...
...
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