diff options
author | Takashi Nakamoto <bluedwarf@bpost.plala.or.jp> | 2011-08-30 03:50:07 +0900 |
---|---|---|
committer | Eike Rathke <erack@erack.de> | 2011-08-31 22:38:08 +0200 |
commit | 149ff3ecc1d4a37b552eda7f363cf897e42f7ee5 (patch) | |
tree | e30acc8145e2f85d9a337c33cdcac41ea41d2458 /pango/makefile.mk | |
parent | f64c2d59704175940c3451fd28e3166f0f4d6e7c (diff) |
Escaped non-ASCII characters from source files in pango
Building pango with VC++ 2008 Express Edition on Windows platform where the
locale is Japanese (or maybe Korean, Chinese or others) fails because some
files extracted from the pango tarball contains non-ASCII characters. This
change escapes those non-ASCII characters with "\xff" expression.
Diffstat (limited to 'pango/makefile.mk')
-rwxr-xr-x[-rw-r--r--] | pango/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/makefile.mk b/pango/makefile.mk index 66bf866dd124..325ff75d5131 100644..100755 --- a/pango/makefile.mk +++ b/pango/makefile.mk @@ -115,7 +115,7 @@ OUT2INC+=pango/pango-utils.h .ELIF "$(OS)"=="WNT" -PATCH_FILES=pango-1.28.3-win32.patch +PATCH_FILES=pango-1.28.3-win32.patch pango-1.28.3-non-ascii.patch ADDITIONAL_FILES=config.h msvc_recommended_pragmas.h CONFIGURE_DIR= CONFIGURE_ACTION= |