Bump for 4.0-15
[LibreOffice.git] / boost / UnpackedTarball_boost.mk
blobb7c22f5394a98846813be32ce0fda551b701d7ac
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/4127
14 boost_patches += boost.4127.warnings.patch
15 #https://svn.boost.org/trac/boost/ticket/4713
16 boost_patches += boost.4713.warnings.patch
17 #https://svn.boost.org/trac/boost/ticket/5119
18 boost_patches += boost.5119.unordered_map-cp-ctor.patch
19 #http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47679
20 boost_patches += boost.gcc47679.patch
21 #https://svn.boost.org/trac/boost/ticket/6369
22 boost_patches += boost.6369.warnings.patch
23 #https://svn.boost.org/trac/boost/ticket/6397
24 boost_patches += boost.6397.warnings.patch
25 #backport from boost 1.48.0 fix for "opcode not supported on this processor"
26 boost_patches += boost.mipsbackport.patch
27 #https://svn.boost.org/trac/boost/ticket/7551
28 boost_patches += boost.7551.unusedvars.patch
29 boost_patches += boost.4100.warnings.patch
30 boost_patches += boost.4510.warnings.patch
31 #https://svn.boost.org/trac/boost/ticket/6940
32 boost_patches += boost.6940.glibc.patch
33 #https://svn.boost.org/trac/boost/ticket/7774
34 boost_patches += boost.7774.warnings.patch.1
36 boost_patches += boost.windows.patch
37 boost_patches += boost.vc2012.patch
39 # Help static analysis tools (see SAL_UNUSED_PARAMETER in sal/types.h):
40 ifeq (GCC,$(COM))
41 boost_patches += boost_1_44_0-unused-parameters.patch
42 boost_patches += boost_1_44_0-logical-op-parentheses.patch
43 endif
45 # Backporting fixes for the GCC 4.7 -std=c++11 mode from Boost 1.48.0:
46 boost_patches += boost_1_44_0-gcc4.7.patch
48 # Clang warnings:
49 boost_patches += boost_1_44_0-clang-warnings.patch
51 # Backport http://svn.boost.org/svn/boost/trunk r76133 "Fix threading detection
52 # in GCC-4.7 experimental":
53 boost_patches += boost_1_44_0-gthreads.patch
55 boost_patches += boost.ptree.patch
57 $(eval $(call gb_UnpackedTarball_UnpackedTarball,boost))
59 $(eval $(call gb_UnpackedTarball_set_tarball,boost,$(BOOST_TARBALL)))
61 $(eval $(call gb_UnpackedTarball_set_patchlevel,boost,3))
63 $(eval $(call gb_UnpackedTarball_add_patches,boost,\
64 $(foreach patch,$(boost_patches),boost/$(patch)) \
67 $(eval $(call gb_UnpackedTarball_copy_header_files,boost,\
68 boost \
71 # vim: set noet sw=4 ts=4: