From 51ec5d820d7f554d7d60a769b2c0501751af6f20 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 7 Oct 2013 17:18:31 +0100 Subject: mongodb: add patch for clang failure. Closes #22696. --- Library/Formula/mongodb.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3