update credits
[LibreOffice.git] / hunspell / UnpackedTarball_hunspell.mk
blob2c532ea7fb25ca585263fc62b689b93ce0ee8399
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,hunspell))
12 $(eval $(call gb_UnpackedTarball_set_tarball,hunspell,$(HUNSPELL_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_add_patches,hunspell,\
15 hunspell/hunspell-twoaffixcompound.patch \
16 hunspell/hunspell-solaris.patch \
17 hunspell/hunspell-1.3.2-overflow.patch \
18 hunspell/hunspell-android.patch \
19 hunspell/hunspell-1.3.2-nullptr.patch \
20 hunspell/hunspell-1.3.2-literal.patch \
21 hunspell/hunspell-1.3.2-compound.patch \
22 hunspell/hunspell.rhbz918938.patch \
23 hunspell/hunspell-wundef.patch.1 \
26 ifeq ($(COM),MSC)
27 $(eval $(call gb_UnpackedTarball_set_post_action,hunspell,\
28 touch src/hunspell/config.h \
30 endif
32 # vim: set noet sw=4 ts=4: