diff options
| author | Dominyk Tiller | 2014-07-01 19:01:50 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-02 01:26:00 +0100 |
| commit | 22c16e71757cd8ceee59f543776e74cdb5682f40 (patch) | |
| tree | 42fe93864bdd8ee67a57b35e97ad98d9f565320b /Library | |
| parent | b14ddfa15fe03397f3044e4a8ff73f6f8997e955 (diff) | |
| download | homebrew-22c16e71757cd8ceee59f543776e74cdb5682f40.tar.bz2 | |
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.
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 |
