From 22c16e71757cd8ceee59f543776e74cdb5682f40 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 1 Jul 2014 19:01:50 +0100 Subject: boost: patch upstream issue. See [this](https://github.com/Homebrew/homebrew/issues/30592) issue for more information. Fixes the upstream issue in Boost 1.55. This patch can and should be removed when Boost 1.56 is released, as that will incorporate the patch natively. --- Library/Formula/boost.rb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Library') diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index 08e5050b3..31cfa94a3 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -83,6 +83,15 @@ class Boost < Formula sha1 "b68f5536474c9f543879698299bd4975538a89eb" end + # Patch fixes upstream issue reported here (https://svn.boost.org/trac/boost/ticket/9698). + # Will be fixed in Boost 1.56 and can be removed once that release is available. + # See this issue (https://github.com/Homebrew/homebrew/issues/30592) for more details. + + patch :p2 do + url "https://github.com/boostorg/chrono/commit/143260d.diff" + sha1 "2600214608e7706116831d6ffc302d099ba09950" + end + # Patch boost::serialization for Clang # https://svn.boost.org/trac/boost/ticket/8757 patch :p1 do -- cgit v1.2.3