diff options
author | Rene Engelhard <rene@debian.org> | 2011-08-23 11:35:15 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2011-08-23 18:15:13 +0200 |
commit | 260088aaf09b852d793105115c00ad9862f21e34 (patch) | |
tree | b4187e37c6f8c7cbf27d5ede36526e84edf83f7c /graphite | |
parent | b6b188fd6c77492dbe4cb6062ec9e7b55a3f7869 (diff) |
export WORDS_BIGENDIAN in set_soenv and make graphite2 use it
Diffstat (limited to 'graphite')
-rw-r--r-- | graphite/graphite_make.patch | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphite/graphite_make.patch b/graphite/graphite_make.patch index 73b62055df7e..c137c127b05e 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 |