aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisty De Meo2013-03-31 19:51:29 -0500
committerMisty De Meo2013-03-31 19:51:47 -0500
commitecd03fc900a56cc436bfc2a90a7f86d93f1f280c (patch)
tree48452e2d8af604e9b1c7aeb46647afc285b408a9
parentd29488ea60ca9b41fa89a4a8dc5b3adb050ea5b0 (diff)
downloadhomebrew-ecd03fc900a56cc436bfc2a90a7f86d93f1f280c.tar.bz2
mpfr fails_with :clang build 421
-rw-r--r--Library/Formula/mpfr.rb10
1 files changed, 7 insertions, 3 deletions
diff --git a/Library/Formula/mpfr.rb b/Library/Formula/mpfr.rb
index 66c569465..82eaf6524 100644
--- a/Library/Formula/mpfr.rb
+++ b/Library/Formula/mpfr.rb
@@ -18,9 +18,13 @@ class Mpfr < Formula
option '32-bit'
- # Segfaults under superenv with clang 4.1/421. See:
- # https://github.com/mxcl/homebrew/issues/15061
- env :std if MacOS.clang_build_version < 425
+ fails_with :clang do
+ build 421
+ cause <<-EOS.undent
+ clang build 421 segfaults while building in superenv;
+ see https://github.com/mxcl/homebrew/issues/15061
+ EOS
+ end
def patches
"https://gist.github.com/raw/4472199/42c0b207037a133527083d12adc9028b4da429ee/gistfile1.txt"