diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mpfr.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
