Bump version to 5.0-14
[LibreOffice.git] / external / libwpd / UnpackedTarball_libwpd.mk
blob7fb7c3b2181d85e9a195bc4308416f1de3e6448f
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,libwpd))
12 $(eval $(call gb_UnpackedTarball_set_tarball,libwpd,$(WPD_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_set_patchlevel,libwpd,0))
16 $(eval $(call gb_UnpackedTarball_add_patches,libwpd,\
17 external/libwpd/libwpd-vs2013.patch.1 \
18 $(if $(SYSTEM_REVENGE),,external/libwpd/rpath.patch) \
21 ifneq ($(OS),MACOSX)
22 ifneq ($(OS),WNT)
23 $(eval $(call gb_UnpackedTarball_add_patches,libwpd,\
24 external/libwpd/libwpd-bundled-soname.patch.0 \
26 endif
27 endif
29 # vim: set noet sw=4 ts=4: