0b163fba65
Change-Id: I13feacdbf5d86798424167c89f768040ba7b01ce Reviewed-on: https://gerrit.libreoffice.org/22927 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
24 lines
767 B
Makefile
24 lines
767 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,cmis))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_tarball,cmis,$(CMIS_TARBALL)))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_patchlevel,cmis,1))
|
|
|
|
$(eval $(call gb_UnpackedTarball_add_patches,cmis, \
|
|
external/libcmis/libcmis-libxml2_compatibility.patch \
|
|
))
|
|
|
|
ifeq ($(OS)$(COM),WNTMSC)
|
|
$(eval $(call gb_UnpackedTarball_add_patches,cmis,external/libcmis/boost-win.patch))
|
|
endif
|
|
|
|
# vim: set noet sw=4 ts=4:
|