diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-08-27 13:19:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-27 13:33:44 +0200 |
commit | c89dab21ea72cf6ce9f831678da251fd6e24341c (patch) | |
tree | f6defceeb2b706e29feb9f17bccaefc2232c7f81 /icu/makefile.mk | |
parent | 38e0a58ce11125d20ef1f8aed7996518d7ddbb38 (diff) |
fdo#53893: Undefine U_TIMEZONE for BSDs (except for NetBSD)
FreeBSD and other BSDs (except for NetBSD) must not define U_TIMEZONE. This
patch is obtained from upstream:
http://bugs.icu-project.org/trac/changeset?reponame=&new=31780
Change-Id: Id1b85b9958036230045c3e13eb4b6617e6bdc924
Diffstat (limited to 'icu/makefile.mk')
-rw-r--r-- | icu/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 7b990ab95a0d..aaace59e8c94 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -49,6 +49,7 @@ TARFILE_ROOTDIR=icu #http://bugs.icu-project.org/trac/ticket/8198 rendering with 0D30 and 0D31 PATCH_FILES=\ + icu4c-bsd.patch \ icu4c-build.patch \ icu4c.8320.freeserif.crash.patch \ icu4c.8198.revert.icu5431.patch \ |