diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-14 16:39:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-14 16:40:52 +0100 |
commit | e1fb965edba01883ce83421693cdb548f992381a (patch) | |
tree | 8c49fcfa8b2f2ab5064ab2340162611d96f50509 /icu/makefile.mk | |
parent | 2380db59653f5f1cb7e8f6d43727be5ca61f77cf (diff) |
Resolves: icu#7601, icu#8198
Change-Id: I1d0d9a322a42fe7a020d46f21bb3c52a5070c866
Diffstat (limited to 'icu/makefile.mk')
-rw-r--r-- | icu/makefile.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 08fa3c66c7e2..a6da650912ba 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -42,9 +42,17 @@ TARFILE_ROOTDIR=icu #icu4c.8320.freeserif.crash.patch, see #http://bugs.icu-project.org/trac/ticket/8320 for crash with FreeSerif +#icu4c.7601.Indic-ccmp.patch +#http://bugs.icu-project.org/trac/ticket/7601 ccmp feature for Indic Languages + +#icu4c.8198.revert.icu5431.patch +#http://bugs.icu-project.org/trac/ticket/8198 rendering with 0D30 and 0D31 + PATCH_FILES=\ icu4c-build.patch \ icu4c.8320.freeserif.crash.patch \ + icu4c.8198.revert.icu5431.patch \ + icu4c.7601.Indic-ccmp.patch \ icu4c-aix.patch \ icu4c-wchar_t.patch \ icu4c-warnings.patch \ |