From c3c4496158e3473cab10a7775d5fe66d032e5b19 Mon Sep 17 00:00:00 2001 From: Kyle Marek-Spartz Date: Fri, 14 Sep 2012 20:00:59 -0500 Subject: io fails_with :clang make never completes. see: https://github.com/stevedekorte/io/issues/223 I've never put in a fails_with before, so this could be wrong. Closes #14951. Signed-off-by: Adam Vandenberg --- Library/Formula/io.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Library') diff --git a/Library/Formula/io.rb b/Library/Formula/io.rb index fdcb1926e..155cbc0e8 100644 --- a/Library/Formula/io.rb +++ b/Library/Formula/io.rb @@ -17,6 +17,14 @@ class Io < Formula depends_on 'libffi' depends_on 'pcre' + fails_with :clang do + build 421 + cause <<-EOS.undent + make never completes. see: + https://github.com/stevedekorte/io/issues/223 + EOS + end + # Fix recursive inline. See discussion in: # https://github.com/stevedekorte/io/issues/135 def patches -- cgit v1.2.3