2012-09-04 06:21:43 -05:00
|
|
|
# -*- 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/.
|
|
|
|
#
|
|
|
|
|
2013-05-06 16:35:13 -05:00
|
|
|
$(eval $(call gb_UnpackedTarball_UnpackedTarball,libcdr))
|
2012-09-04 06:21:43 -05:00
|
|
|
|
2013-05-06 16:35:13 -05:00
|
|
|
$(eval $(call gb_UnpackedTarball_set_tarball,libcdr,$(CDR_TARBALL)))
|
2012-09-04 06:21:43 -05:00
|
|
|
|
2015-02-27 03:05:22 -06:00
|
|
|
$(eval $(call gb_UnpackedTarball_set_patchlevel,libcdr,0))
|
|
|
|
|
2017-09-29 06:11:20 -05:00
|
|
|
$(eval $(call gb_UnpackedTarball_update_autoconf_configs,libcdr))
|
|
|
|
|
2018-12-29 07:53:07 -06:00
|
|
|
$(eval $(call gb_UnpackedTarball_add_patches,libcdr, \
|
|
|
|
external/libcdr/libcdr-visibility-win.patch \
|
|
|
|
))
|
|
|
|
|
2012-09-04 06:21:43 -05:00
|
|
|
# vim: set noet sw=4 ts=4:
|