From faebacd141a9a665d259df40a2dc61ccad053d65 Mon Sep 17 00:00:00 2001 From: Samuel John Date: Tue, 19 Mar 2013 19:32:33 +0100 Subject: mpfr: With clang build 425 it works in superenv See #15061 --- Library/Formula/mpfr.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mpfr.rb b/Library/Formula/mpfr.rb index 4cfed8e5f..c4a182b84 100644 --- a/Library/Formula/mpfr.rb +++ b/Library/Formula/mpfr.rb @@ -14,7 +14,7 @@ class Mpfr < Formula # Segfaults under superenv with clang 4.1/421. See: # https://github.com/mxcl/homebrew/issues/15061 - env :std + env :std if MacOS.clang_build_version < 425 def patches "https://gist.github.com/raw/4472199/42c0b207037a133527083d12adc9028b4da429ee/gistfile1.txt" -- cgit v1.2.3