fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / cppunit / UnpackedTarball_cppunit.mk
blobb1264769c37142663b53a186182797ab88ca8bad
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_add_patches,cppunit,\
15 external/cppunit/coverity.patch \
16 external/cppunit/windows.patch \
17 external/cppunit/unix.patch \
18 external/cppunit/wundef.patch \
19 external/cppunit/CPPUNIT_PLUGIN_EXPORT.patch.0 \
20 external/cppunit/enable-win32-debug.patch \
21 external/cppunit/0001-mark-the-fails-as-no-return.patch.1 \
22 external/cppunit/rtti.patch.0 \
24 ifeq ($(DISABLE_DYNLOADING),TRUE)
25 $(eval $(call gb_UnpackedTarball_add_patches,cppunit,\
26 external/cppunit/disable-dynloading.patch \
28 endif
30 # vim: set noet sw=4 ts=4: