From ecd03fc900a56cc436bfc2a90a7f86d93f1f280c Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sun, 31 Mar 2013 19:51:29 -0500 Subject: mpfr fails_with :clang build 421 --- Library/Formula/mpfr.rb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3