aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-10-07 17:18:31 +0100
committerMike McQuaid2013-10-07 17:39:00 +0100
commit51ec5d820d7f554d7d60a769b2c0501751af6f20 (patch)
tree6cd5e21269a0e46f03370679c8518ecd390fa720 /Library/Formula
parentf7ace420b024816e1c7c6928a4b12e4283721acb (diff)
downloadhomebrew-51ec5d820d7f554d7d60a769b2c0501751af6f20.tar.bz2
mongodb: add patch for clang failure.
Closes #22696.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mongodb.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb
index 63a3385fd..cf8811739 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -19,6 +19,11 @@ class Mongodb < Formula
sha1 'b4d7e33054b9daef2504bcdb8f26ef43dbea6aaf' => :snow_leopard
end
+ def patches
+ # Fix Clang v8 build failure.
+ 'https://github.com/mongodb/mongo/commit/be4bc7.patch'
+ end
+
depends_on 'scons' => :build
depends_on 'openssl' => :optional