aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/boost.rb
diff options
context:
space:
mode:
authorXiyue Deng2014-03-16 16:35:41 -0700
committerXiyue Deng2014-03-22 14:35:24 -0700
commit949013234c3f189224406bca4af3d68ae1078554 (patch)
treefedc0c4abb6335cb34584292fb4f25fd9faf8415 /Library/Formula/boost.rb
parent04dda5a0aa009983446162c2c405e829f5d79af8 (diff)
downloadhomebrew-949013234c3f189224406bca4af3d68ae1078554.tar.bz2
boost: reference patch with issue reports.
Diffstat (limited to 'Library/Formula/boost.rb')
-rw-r--r--Library/Formula/boost.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb
index a5f70808c..2ff43421b 100644
--- a/Library/Formula/boost.rb
+++ b/Library/Formula/boost.rb
@@ -58,6 +58,8 @@ class Boost < Formula
odie 'boost: --with-c++11 has been renamed to --c++11' if build.with? 'c++11'
# Patches boost::atomic for LLVM 3.4 as it is used on OS X 10.9 with Xcode 5.1
+ # https://github.com/Homebrew/homebrew/issues/27396
+ # https://github.com/Homebrew/homebrew/pull/27436
patch :p2 do
url "https://github.com/boostorg/atomic/commit/6bb71fdd.patch"
sha1 "9ab8e6c041b4ecc291b2dd1a3c93e9b342d5e0e4"