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