diff options
Diffstat (limited to 'icu/makefile.mk')
-rw-r--r-- | icu/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 01610dc4cbbc..dfe725231dd9 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -46,8 +46,12 @@ TARFILE_MD5= .ENDIF TARFILE_ROOTDIR=icu +#icu4c.8320.freeserif.crash.patch, see +#http://bugs.icu-project.org/trac/ticket/8320 for crash with FreeSerif + PATCH_FILES=\ ${TARFILE_NAME}.patch \ + icu4c.8320.freeserif.crash.patch \ icu4c-aix.patch .IF "$(GUI)"=="UNX" |