Kaydet (Commit) db993edb authored tarafından Fridrich Štrba's avatar Fridrich Štrba

fix graphite build on Linux 64-bit

üst 64c58dfa
...@@ -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,
--- 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=..$/..$/..$/..$/..
......
...@@ -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=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment