1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_UnpackedTarball_UnpackedTarball
,cppunit
))
12 $(eval
$(call gb_UnpackedTarball_set_tarball
,cppunit
,$(CPPUNIT_TARBALL
),,cppunit
))
14 $(eval
$(call gb_UnpackedTarball_update_autoconf_configs
,cppunit
))
16 # * external/cppunit/order.patch.0 upstreamed at <https://gerrit.libreoffice.org/c/cppunit/+/123963>
17 # "Run tests in deterministic order";
18 # * external/cppunit/propagate-exceptions.patch.0 upstreamed at
19 # <https://gerrit.libreoffice.org/c/cppunit/+/144074> "Introduce CPPUNIT_PROPAGATE_EXCEPTIONS
20 # environment variable";
21 # * external/cppunit/sprintf.patch.0 upstreamed at
22 # <https://gerrit.libreoffice.org/c/cppunit/+/147383> "Use snprintf instead of sprintf";
23 # * external/cppunit/clang.patch.0 upstreamed at
24 # <https://gerrit.libreoffice.org/c/cppunit/+/147384> "Don't mis-apply GCC < 4.6 workaround for
26 # * external/cppunit/0001-cid-1546460-COPY_INSTEAD_OF_MOVE.patch.1 upstreamed at
27 # <https://gerrit.libreoffice.org/c/cppunit/+/161455> "cid#1546460 COPY_INSTEAD_OF_MOVE";
28 $(eval
$(call gb_UnpackedTarball_add_patches
,cppunit
,\
29 external
/cppunit
/windows.patch \
30 external
/cppunit
/unix.patch \
31 external
/cppunit
/CPPUNIT_PLUGIN_EXPORT.patch
.0 \
32 external
/cppunit
/enable-win32-debug.patch \
33 external
/cppunit
/rtti.patch
.0 \
34 external
/cppunit
/order.patch
.0 \
35 external
/cppunit
/windows-arm64.patch
.1 \
36 external
/cppunit
/propagate-exceptions.patch
.0 \
37 external
/cppunit
/sprintf.patch
.0 \
38 external
/cppunit
/clang.patch
.0 \
39 external
/cppunit
/0001-cid-1546460-COPY_INSTEAD_OF_MOVE.patch
.1 \
40 external
/cppunit
/help-msvc-analyzer.patch \
42 ifeq ($(DISABLE_DYNLOADING
),TRUE
)
43 $(eval
$(call gb_UnpackedTarball_add_patches
,cppunit
,\
44 external
/cppunit
/disable-dynloading.patch \
48 # vim: set noet sw=4 ts=4: