diff options
author | David Tardon <dtardon@redhat.com> | 2011-02-05 09:44:28 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-02-05 09:47:21 +0100 |
commit | 400f1e7334c77cdd8676a9afcd269ecf2eb42815 (patch) | |
tree | 15c5046121acc12b3bb6540d4c4393a568249eed /boost/makefile.mk | |
parent | da780c6eb3b2f8337d83418e96ada15f0815496d (diff) |
define copy ctor for boost::unordered_map/_set
Build with gcc 4.6 breaks otherwise.
Diffstat (limited to 'boost/makefile.mk')
-rw-r--r-- | boost/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/makefile.mk b/boost/makefile.mk index b9912d2ac3a2..fb7c1c222dd5 100644 --- a/boost/makefile.mk +++ b/boost/makefile.mk @@ -53,6 +53,8 @@ TARFILE_MD5=f02578f5218f217a9f20e9c30e119c6a PATCH_FILES=$(TARFILE_NAME).patch #https://svn.boost.org/trac/boost/ticket/4713 PATCH_FILES+=boost.4713.warnings.patch +#https://svn.boost.org/trac/boost/ticket/5119 +PATCH_FILES+=unordered_map-doesnt-support-cp-ctor.patch ADDITIONAL_FILES= \ libs/thread/src/win32/makefile.mk |