office-gobmx/external/libcmis/UnpackedTarball_libcmis.mk
Jan Holesovsky c6564fb00a Fix build with system boost
Change-Id: I86ffabd30535b594a40d786f7c4602abbbb5a54a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121513
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2021-09-06 18:41:46 +02:00

25 lines
937 B
Makefile

# -*- 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,libcmis))
$(eval $(call gb_UnpackedTarball_set_tarball,libcmis,$(LIBCMIS_TARBALL)))
$(eval $(call gb_UnpackedTarball_set_patchlevel,libcmis,1))
$(eval $(call gb_UnpackedTarball_add_patches,libcmis, \
external/libcmis/libcmis-libxml2_compatibility.patch \
external/libcmis/0001-rename-class-GetObject-to-avoid-name-clash-on-Window.patch \
external/libcmis/libcmis_onedrive.patch \
external/libcmis/libcmis_oauth_pw_as_refreshtoken.patch.1 \
external/libcmis/libcmis_gdrive.patch.1 \
external/libcmis/libcmis-boost-string.patch \
))
# vim: set noet sw=4 ts=4: