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 # gcc9.patch.0 addressed upstream with <https://gerrit.libreoffice.org/58690> "Avoid GCC 9
18 # 0001-Unconditionally-use-C-11-noreturn.patch.1 upstream at <https://gerrit.libreoffice.org/67247>
19 # "Unconditionally use C++11 [[noreturn]]"
20 $(eval
$(call gb_UnpackedTarball_add_patches
,cppunit
,\
21 external
/cppunit
/windows.patch \
22 external
/cppunit
/unix.patch \
23 external
/cppunit
/CPPUNIT_PLUGIN_EXPORT.patch
.0 \
24 external
/cppunit
/enable-win32-debug.patch \
25 external
/cppunit
/rtti.patch
.0 \
26 external
/cppunit
/gcc9.patch
.0 \
27 external
/cppunit
/0001-Unconditionally-use-C-11-noreturn.patch
.1 \
29 ifeq ($(DISABLE_DYNLOADING
),TRUE
)
30 $(eval
$(call gb_UnpackedTarball_add_patches
,cppunit
,\
31 external
/cppunit
/disable-dynloading.patch \
35 # vim: set noet sw=4 ts=4: