fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / icu / UnpackedTarball_icu.mk
blob09342893fc8c9cc07a56c1780b4b7d87e1c1f4c9
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-wchar_t.patch \
18 external/icu/icu4c-warnings.patch \
19 external/icu/icu4c-macosx.patch \
20 external/icu/icu4c-solarisgcc.patch \
21 external/icu/icu4c-mkdir.patch \
22 external/icu/icu4c-$(if $(filter ANDROID,$(OS)),android,rpath).patch \
23 external/icu/icu-ubsan.patch.0 \
24 external/icu/icu4c-icu11100.patch.1 \
25 external/icu/icu4c-scriptrun.patch \
26 external/icu/icu4c-icu11451.patch.1 \
27 external/icu/rtti.patch.0 \
28 external/icu/icu.changeset_36724.patch.1 \
29 external/icu/icu.changeset_36727.patch.1 \
30 external/icu/icu.changeset_36801.patch.1 \
31 $(if $(filter-out ANDROID,$(OS)),external/icu/icu4c-icudata-stdlibs.diff) \
34 # vim: set noet sw=4 ts=4: