Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / external / libcmis / UnpackedTarball_libcmis.mk
blob8944fc024bc68c0d9cecb440ece238dbb85cd54b
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,libcmis))
12 $(eval $(call gb_UnpackedTarball_set_tarball,libcmis,$(LIBCMIS_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_set_patchlevel,libcmis,1))
16 $(eval $(call gb_UnpackedTarball_add_patches,libcmis, \
17 external/libcmis/libcmis-libxml2_compatibility.patch \
18 external/libcmis/libcmis-fix-google-drive.patch \
19 external/libcmis/libcmis-google-2FA-implementation.patch \
20 external/libcmis/libcmis-fix-google-drive-2.patch \
21 external/libcmis/libcmis-sharepoint-repository-root.patch \
22 external/libcmis/libcmis-fix-error-handling.patch \
23 external/libcmis/c++17.patch.0 \
24 external/libcmis/boost-1.68.patch.0 \
25 external/libcmis/xwwwformurlencoded.patch.0 \
28 ifeq ($(OS),WNT)
29 $(eval $(call gb_UnpackedTarball_add_patches,libcmis,external/libcmis/boost-win.patch))
30 endif
32 # vim: set noet sw=4 ts=4: