bump product version to 6.1.0.2
[LibreOffice.git] / external / harfbuzz / UnpackedTarball_harfbuzz.mk
blob74c990c0c1aa776037db7837bd839d3a75706521
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,harfbuzz))
12 $(eval $(call gb_UnpackedTarball_set_tarball,harfbuzz,$(HARFBUZZ_TARBALL),,harfbuzz))
14 $(eval $(call gb_UnpackedTarball_update_autoconf_configs,harfbuzz))
16 $(eval $(call gb_UnpackedTarball_set_patchlevel,harfbuzz,0))
18 $(eval $(call gb_UnpackedTarball_add_patches,harfbuzz, \
19 external/harfbuzz/clang-cl.patch \
20 external/harfbuzz/ubsan.patch \
23 ifneq ($(ENABLE_RUNTIME_OPTIMIZATIONS),TRUE)
24 $(eval $(call gb_UnpackedTarball_add_patches,harfbuzz, \
25 external/harfbuzz/harfbuzz-rtti.patch \
27 endif
29 # vim: set noet sw=4 ts=4: