Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / external / icu / UnpackedTarball_icu.mk
blobfae37f5dd92244258c301a195a1e43f0da834787
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,icu))
12 $(eval $(call gb_UnpackedTarball_set_tarball,icu,$(ICU_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_add_patches,icu,\
15 external/icu/icu4c-build.patch \
16 external/icu/icu4c-aix.patch \
17 external/icu/icu4c-warnings.patch \
18 external/icu/icu4c-macosx.patch \
19 external/icu/icu4c-solarisgcc.patch \
20 external/icu/icu4c-mkdir.patch \
21 external/icu/icu4c-$(if $(filter ANDROID,$(OS)),android,rpath).patch \
22 external/icu/icu-ubsan.patch.0 \
23 external/icu/icu4c-icu11100.patch.1 \
24 external/icu/icu4c-scriptrun.patch \
25 external/icu/rtti.patch.0 \
26 external/icu/clang-cl.patch.0 \
27 $(if $(filter-out ANDROID,$(OS)),external/icu/icu4c-icudata-stdlibs.diff) \
28 external/icu/khmerbreakengine.patch \
29 external/icu/icu4c-changeset-39671.patch.1 \
32 $(eval $(call gb_UnpackedTarball_add_file,icu,source/data/brkitr/khmerdict.dict,external/icu/khmerdict.dict))
34 # vim: set noet sw=4 ts=4: