summaryrefslogtreecommitdiffstats
path: root/external/hunspell/UnpackedTarball_hunspell.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-17 19:58:07 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-18 06:57:57 +0000
commit64b6499371fa22d52648523e65a28c041dd6579f (patch)
treed07fb933a66a0d0c0b01d163c0c6e65e687f1981 /external/hunspell/UnpackedTarball_hunspell.mk
parentfdo#70393: move hsqldb to a subdir of external (diff)
downloadcore-64b6499371fa22d52648523e65a28c041dd6579f.tar.gz
core-64b6499371fa22d52648523e65a28c041dd6579f.zip
fdo#70393: move hunspell to a subdir of external
Change-Id: Id3aafd95cb8c064f84898844a91f350e9aad0ed4 Reviewed-on: https://gerrit.libreoffice.org/6307 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/hunspell/UnpackedTarball_hunspell.mk')
-rw-r--r--external/hunspell/UnpackedTarball_hunspell.mk32
1 files changed, 32 insertions, 0 deletions
diff --git a/external/hunspell/UnpackedTarball_hunspell.mk b/external/hunspell/UnpackedTarball_hunspell.mk
new file mode 100644
index 000000000000..8c23f0396332
--- /dev/null
+++ b/external/hunspell/UnpackedTarball_hunspell.mk
@@ -0,0 +1,32 @@
+ -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_UnpackedTarball_UnpackedTarball,hunspell))
+
+$(eval $(call gb_UnpackedTarball_set_tarball,hunspell,$(HUNSPELL_TARBALL)))
+
+$(eval $(call gb_UnpackedTarball_add_patches,hunspell,\
+ external/hunspell/hunspell-twoaffixcompound.patch \
+ external/hunspell/hunspell-solaris.patch \
+ external/hunspell/hunspell-1.3.2-overflow.patch \
+ external/hunspell/hunspell-android.patch \
+ external/hunspell/hunspell-1.3.2-nullptr.patch \
+ external/hunspell/hunspell-1.3.2-literal.patch \
+ external/hunspell/hunspell-1.3.2-compound.patch \
+ external/hunspell/hunspell.rhbz918938.patch \
+ external/hunspell/hunspell-wundef.patch.1 \
+))
+
+ifeq ($(COM),MSC)
+$(eval $(call gb_UnpackedTarball_set_post_action,hunspell,\
+ touch src/hunspell/config.h \
+))
+endif
+
+# vim: set noet sw=4 ts=4: