summaryrefslogtreecommitdiffstats
path: root/boost/UnpackedTarball_boost.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2013-04-16 15:12:29 +0300
committerTor Lillqvist <tlillqvist@suse.com>2013-04-16 15:51:43 +0300
commit2ae513cc22e1cb9cc2679488537672ec48bda55e (patch)
tree3d313a43847534673bea072de6f366cdd55ad5b7 /boost/UnpackedTarball_boost.mk
parentWaE: unused function 'checkNoTypeArguments' (diff)
downloadcore-2ae513cc22e1cb9cc2679488537672ec48bda55e.tar.gz
core-2ae513cc22e1cb9cc2679488537672ec48bda55e.zip
Fix compilation error in a _DEBUG build with MSVC2010 and 2012
See https://svn.boost.org/trac/boost/ticket/4874 , http://stackoverflow.com/questions/4870172/boostmulti-array-resize-doesnt-work , http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/3c9eac4f-86e4-490b-bbde-dbd70176b0f8 . Patch from https://svn.boost.org/trac/boost/changeset/78496 Change-Id: I933499ad1295925aa41c9c40b96ac4c4312398c2
Diffstat (limited to 'boost/UnpackedTarball_boost.mk')
-rw-r--r--boost/UnpackedTarball_boost.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/UnpackedTarball_boost.mk b/boost/UnpackedTarball_boost.mk
index e997266fb4ea..6474f221aa8b 100644
--- a/boost/UnpackedTarball_boost.mk
+++ b/boost/UnpackedTarball_boost.mk
@@ -59,6 +59,9 @@ boost_patches += boost_1_44_0-gthreads.patch
boost_patches += boost_1_44_0-gcc4.8.patch
+# https://svn.boost.org/trac/boost/changeset/78496
+boost_patches += boost.4874.patch
+
$(eval $(call gb_UnpackedTarball_UnpackedTarball,boost))
$(eval $(call gb_UnpackedTarball_set_tarball,boost,$(BOOST_TARBALL)))