Update git submodules
[LibreOffice.git] / external / libcmis / UnpackedTarball_libcmis.mk
blobe47c7f81ef6372fe68583364550b914eec8d267d
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 # 0001-cid-1545775-COPY_INSTEAD_OF_MOVE.patch is upstreamed
18 $(eval $(call gb_UnpackedTarball_add_patches,libcmis,\
19 external/libcmis/0001-cid-1545775-COPY_INSTEAD_OF_MOVE.patch \
20 external/libcmis/0001-Fix-warning-C4589-when-building-with-MSVC.patch \
21 external/libcmis/http-session-cleanup.patch.1 \
22 external/libcmis/factory-no-retry-ssl.patch.1 \
23 external/libcmis/sharepoint-auth.patch.1 \
24 external/libcmis/exceptions.patch.1 \
25 external/libcmis/0001-cppcheck-operatorEqVarError-in-src-libcmis-http-sess.patch \
26 external/libcmis/0001-Take-into-account-m_CurlInitProtocolsFunction-in-cop.patch \
27 external/libcmis/initprotocols.patch.1 \
28 external/libcmis/0001-Fix-boost-1.86-breakage.patch \
31 # vim: set noet sw=4 ts=4: