diff options
| author | Samuel John | 2013-03-19 19:32:33 +0100 |
|---|---|---|
| committer | Samuel John | 2013-03-19 19:33:37 +0100 |
| commit | faebacd141a9a665d259df40a2dc61ccad053d65 (patch) | |
| tree | dfa5a233d0d674e2571e07e99b5ad95ed8e27bda /Library/Formula | |
| parent | 1fac6164aaf84242cdc310c6e05f98150871363d (diff) | |
| download | homebrew-faebacd141a9a665d259df40a2dc61ccad053d65.tar.bz2 | |
mpfr: With clang build 425 it works in superenv
See #15061
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" |
