summaryrefslogtreecommitdiff
path: root/boost/makefile.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-29 13:57:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-03-29 14:04:17 +0200
commit8431ad2d8b64400052b8e6e218117dd9fb72f316 (patch)
treefcad1822deddc62078e58890caa55cb299d060d1 /boost/makefile.mk
parent21ca0847952be3eabc7c11200a2b70e0801a8fc6 (diff)
Backport some Boost 1.48.0 changes to keep GCC 4.7 -std=c++11 happy
Diffstat (limited to 'boost/makefile.mk')
-rw-r--r--boost/makefile.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/makefile.mk b/boost/makefile.mk
index 093566bb579c..cab945fc5a17 100644
--- a/boost/makefile.mk
+++ b/boost/makefile.mk
@@ -71,6 +71,9 @@ PATCH_FILES+=boost.windows.patch
PATCH_FILES += boost_1_44_0-unused-parameters.patch
.END
+# Backporting fixes for the GCC 4.7 -std=c++11 mode from Boost 1.48.0:
+PATCH_FILES += boost_1_44_0-gcc4.7.patch
+
ADDITIONAL_FILES= \
libs/thread/src/win32/makefile.mk \
libs/date_time/src/gregorian/makefile.mk