Stop leaking all ScPostIt instances.
[LibreOffice.git] / external / boost / UnpackedTarball_boost.mk
blob777a8c4417ebcd8575aabc2464dbc4b4013d21b4
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 boost_patches :=
11 #https://svn.boost.org/trac/boost/ticket/3780
12 boost_patches += boost.3780.aliasing.patch
13 #https://svn.boost.org/trac/boost/ticket/4713
14 boost_patches += boost.4713.warnings.patch
15 #http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47679
16 boost_patches += boost.gcc47679.patch
17 #https://svn.boost.org/trac/boost/ticket/6369
18 boost_patches += boost.6369.warnings.patch
19 #https://svn.boost.org/trac/boost/ticket/6397
20 boost_patches += boost.6397.warnings.patch
21 #https://svn.boost.org/trac/boost/ticket/7551
22 boost_patches += boost.7551.unusedvars.patch
23 boost_patches += boost.4100.warnings.patch
24 boost_patches += boost.4510.warnings.patch
25 #https://svn.boost.org/trac/boost/ticket/6142
26 boost_patches += boost.6142.warnings.patch.1
27 boost_patches += boost.libcdr.warnings.patch.1
29 # Help static analysis tools (see SAL_UNUSED_PARAMETER in sal/types.h):
30 ifeq (GCC,$(COM))
31 boost_patches += boost_1_44_0-unused-parameters.patch
32 endif
34 # Clang warnings:
35 boost_patches += boost_1_44_0-clang-warnings.patch
37 boost_patches += boost_1_44_0-gcc4.8.patch
39 boost_patches += boost.auto_link.patch
40 boost_patches += boost.endian.patch
41 boost_patches += boost.loplugin.patch
42 boost_patches += boost.std.move.patch
43 boost_patches += boost.transform_width.patch
44 boost_patches += boost.wundef.patch
45 boost_patches += boost.wunused.patch
46 boost_patches += boost.wshadow.patch
47 boost_patches += boost.wdeprecated-register.patch.0
48 boost_patches += boost.wuninitialized.patch
49 boost_patches += boost.wdeprecated-auto_ptr.patch.0
51 $(eval $(call gb_UnpackedTarball_UnpackedTarball,boost))
53 $(eval $(call gb_UnpackedTarball_set_tarball,boost,$(BOOST_TARBALL)))
55 $(eval $(call gb_UnpackedTarball_set_patchlevel,boost,3))
57 $(eval $(call gb_UnpackedTarball_add_patches,boost,\
58 $(foreach patch,$(boost_patches),external/boost/$(patch)) \
61 # vim: set noet sw=4 ts=4: