[Libreoffice-commits] .: Branch 'libreoffice-3-4' - graphite/graphite_make.patch
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Tue Aug 23 13:17:17 PDT 2011
graphite/graphite_make.patch | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 6280ce956cab20712345bb9b1c7183145d8775f9
Author: Rene Engelhard <rene at debian.org>
Date: Tue Aug 23 11:35:15 2011 +0200
export WORDS_BIGENDIAN in set_soenv and make graphite2 use it
diff --git a/graphite/graphite_make.patch b/graphite/graphite_make.patch
index 73b6205..c137c12 100644
--- a/graphite/graphite_make.patch
+++ b/graphite/graphite_make.patch
@@ -1,6 +1,6 @@
--- misc/build/graphite2-1.0.2/src/makefile.mk Fri Mar 4 10:20:30 2011 +0700
+++ misc/build/graphite2-1.0.2/src/makefile.mk Fri Mar 4 10:20:30 2011 +0700
-@@ -1,1 +1,34 @@
+@@ -1,1 +1,38 @@
-dummy
+EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
+
@@ -18,6 +18,10 @@
+CFLAGS+=-O3 -DNDEBUG
+.ENDIF
+
++.IF "$(WORDS_BIGENDIAN)" == "yes"
++CFLAGS += -DWORDS_BIGENDIAN
++.ENDIF
++
+_NS := GR2
+
+GR2_MACHINE=call
More information about the Libreoffice-commits
mailing list