Bug 387399 Asian fonts are not rendered in web page on BIG ENDIAN machine
r=vladimir git-svn-id: svn://10.0.0.236/trunk@229683 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
76b0cface8
commit
aff6ac6bc5
@ -91,6 +91,6 @@ endif
|
||||
FORCE_STATIC_LIB = 1
|
||||
FORCE_USE_PIC = 1
|
||||
|
||||
LOCAL_INCLUDES += -I$(srcdir)
|
||||
LOCAL_INCLUDES += -I$(srcdir) -I$(srcdir)/../../cairo/src
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@ -26,6 +26,8 @@
|
||||
#ifndef GLITZINT_H_INCLUDED
|
||||
#define GLITZINT_H_INCLUDED
|
||||
|
||||
#include "cairo-platform.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define _USE_MATH_DEFINES
|
||||
#endif
|
||||
|
||||
@ -84,7 +84,7 @@ endif
|
||||
|
||||
EXPORTS = pixman.h pixman-remap.h
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)
|
||||
LOCAL_INCLUDES += -I$(srcdir) -I$(srcdir)/../../cairo/src
|
||||
|
||||
FORCE_STATIC_LIB = 1
|
||||
# This library is used by other shared libs in a static build
|
||||
|
||||
@ -27,6 +27,8 @@
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "cairo-platform.h"
|
||||
|
||||
#include "pixman.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user