mongodb: add patch for clang failure.

Closes Homebrew/homebrew#22696.
master
Mike McQuaid 2013-10-07 17:18:31 +01:00
parent cc3963c464
commit 207cfc08fa
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ class Mongodb < Formula
sha1 'b4d7e33054b9daef2504bcdb8f26ef43dbea6aaf' => :snow_leopard sha1 'b4d7e33054b9daef2504bcdb8f26ef43dbea6aaf' => :snow_leopard
end end
def patches
# Fix Clang v8 build failure.
'https://github.com/mongodb/mongo/commit/be4bc7.patch'
end
depends_on 'scons' => :build depends_on 'scons' => :build
depends_on 'openssl' => :optional depends_on 'openssl' => :optional