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 Homebrew/homebrew#14951.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Kyle Marek-Spartz 2012-09-14 20:00:59 -05:00 committed by Adam Vandenberg
parent 90408528a8
commit 75a3166692

View file

@ -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