bump product version to 4.2.0.1
[LibreOffice.git] / external / liblangtag / UnpackedTarball_langtag.mk
blob88f7f167b437642dbd0b95e858787a6e8381bb95
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,langtag))
12 $(eval $(call gb_UnpackedTarball_set_tarball,langtag,$(LIBLANGTAG_TARBALL),,liblangtag))
14 $(eval $(call gb_UnpackedTarball_add_patches,langtag,\
15 external/liblangtag/liblangtag-0.5.1-msvc-warning.patch \
16 external/liblangtag/liblangtag-0.5.1-vsnprintf.patch \
17 external/liblangtag/liblangtag-0.5.1-msvc-ssize_t.patch \
18 external/liblangtag/liblangtag-0.5.1-msvc-snprintf.patch \
19 external/liblangtag/liblangtag-0.5.1-msvc-strtoull.patch \
20 external/liblangtag/liblangtag-0.5.1-scope-declaration.patch \
21 external/liblangtag/liblangtag-0.5.1-redefinition-of-typedef.patch \
22 external/liblangtag/liblangtag-0.5.1-undefined-have-sys-param-h.patch \
23 external/liblangtag/liblangtag-0.5.1-windows-do-not-prepend-dir-separator.patch \
24 external/liblangtag/liblangtag-0.5.1-unistd.patch \
27 ifeq ($(OS),WNT)
28 ifeq ($(COM),GCC)
29 $(eval $(call gb_UnpackedTarball_add_patches,langtag,\
30 external/liblangtag/liblangtag-0.5.1-mingw.patch \
32 endif
33 endif
34 # vim: set noet sw=4 ts=4: