bump product version to 4.1.6.2
[LibreOffice.git] / libexttextcat / UnpackedTarball_exttextcat.mk
bloba96b02bde4e6f69da26096b9398efc20db3b108e
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,exttextcat))
12 $(eval $(call gb_UnpackedTarball_set_tarball,exttextcat,$(LIBEXTTEXTCAT_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_add_patches,exttextcat,\
15 libexttextcat/android.patch \
16 libexttextcat/unkown.patch.1 \
17 libexttextcat/exttextcat-memcpy.patch.1 \
20 # vim: set noet sw=4 ts=4: