diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/boost.rb | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
