summaryrefslogtreecommitdiff
path: root/libxml2/makefile.mk
diff options
context:
space:
mode:
authorTakashi Nakamoto <bluedwarf@bpost.plala.or.jp>2011-08-29 03:59:36 +0900
committerEike Rathke <erack@erack.de>2011-08-31 22:38:08 +0200
commitf64c2d59704175940c3451fd28e3166f0f4d6e7c (patch)
tree5ff12f2f349ee2ca6607402c866689720fdc9648 /libxml2/makefile.mk
parent2f44516d6c3fce6ebe372214ce4bfa11875bd3d1 (diff)
Escaped non-ASCII characters from source files.
Building libxml2 with VC++ 2008 Express Edition on Windows platform where the locale is Japanese (or maybe Korean, Chinese or others) fails because some files generated by test tools in libxml2 contains non-ASCII characters. This issue is originally reported in OpenOffice.org community (issue 93433) and a patch is provided by tora, but it has not been applied yet. This modification is based on the patch and adapted to the current LibreOffice source.
Diffstat (limited to 'libxml2/makefile.mk')
-rwxr-xr-x[-rw-r--r--]libxml2/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index 8494d1651998..83180edbb478 100644..100755
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -53,7 +53,8 @@ PATCH_FILES=libxml2-configure.patch \
libxml2-xpath.patch \
libxml2-global-symbols.patch \
libxml2-aix.patch \
- libxml2-vc10.patch
+ libxml2-vc10.patch \
+ libxml2-latin.patch
.IF "$(OS)" == "WNT"
PATCH_FILES+= libxml2-long-path.patch