aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2013-03-19 19:32:33 +0100
committerSamuel John2013-03-19 19:33:37 +0100
commitfaebacd141a9a665d259df40a2dc61ccad053d65 (patch)
treedfa5a233d0d674e2571e07e99b5ad95ed8e27bda /Library
parent1fac6164aaf84242cdc310c6e05f98150871363d (diff)
downloadhomebrew-faebacd141a9a665d259df40a2dc61ccad053d65.tar.bz2
mpfr: With clang build 425 it works in superenv
See #15061
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mpfr.rb2
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"