summaryrefslogtreecommitdiff
path: root/external/mdds/UnpackedTarball_mdds.mk
blob: 17834c6d100e94605015b923ad2c82b5b011a76c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- 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,mdds))

$(eval $(call gb_UnpackedTarball_set_tarball,mdds,$(MDDS_TARBALL)))

$(eval $(call gb_UnpackedTarball_set_patchlevel,mdds,1))

$(eval $(call gb_UnpackedTarball_add_patches,mdds,\
    external/mdds/remove-warnings.diff \
    external/mdds/delta-signed-int.diff \
))

# vim: set noet sw=4 ts=4:
commit/external/cairo?id=fb7d4ba1cbe24b74dfab0f54eeffe898a0291ce3'>build cairo on androidCaolán McNamara 2015-11-16don't allow caito to add -flto to its own cflagsCaolán McNamara 2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann 2014-02-27normalize values of CROSS_COMPILINGMichael Stahl 2014-02-12normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIGMichael Stahl 2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl 2013-10-27gbuild: remove gb_ExternalPackage_add_library_for_installMichael Stahl 2013-10-24cairo: use libraries from WORKDIRMichael Stahl 2013-10-18Fix building from inside modules moved to externalKhaled Hosny 2013-10-17fdo#70393: move cairo to a subdir of externalKhaled Hosny