зеркало из https://github.com/mozilla/pjs.git
Bug 387399 Asian fonts are not rendered in web page on BIG ENDIAN machine
r=vladimir
This commit is contained in:
Родитель
3ea437ef6b
Коммит
8c4c28d7e4
|
@ -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
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче