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

$(eval $(call gb_UnpackedTarball_set_tarball,apr,$(APR_TARBALL)))

$(eval $(call gb_UnpackedTarball_set_patchlevel,apr,0))

$(eval $(call gb_UnpackedTarball_add_patches,apr, \
    external/apr/uuid.patch \
))

# vim: set noet sw=4 ts=4:
t/lo/core/commit/include/dbaccess?h=cp-5.1-6&id=621580eda6361c5a9f949ad7a16691abf632e370'>Fix typos to complete commit cfce486Andrea Gelmini 2020-05-03use more compact namespace syntax in /includeNoel Grandin 2020-02-21Drop o3tl::optional wrapperStephan Bergmann 2019-12-18sal_Char->char in dbaccessNoel Grandin 2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann 2019-10-29loplugin:finalclasses in drawinglayerNoel Grandin 2019-10-13ToolBoxHelper is now unusedCaolán McNamara 2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin 2019-10-03loplugin:virtualdeadNoel Grandin 2019-09-29constmethod for accessor-type methodsNoel Grandin 2019-08-19Fix typosAndrea Gelmini 2019-07-19tdf#42949 Fix IWYU warnings in include/dbaccessGabor Kelemen 2019-07-05Fix typoAndrea Gelmini