aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKyle Marek-Spartz2012-09-14 20:00:59 -0500
committerAdam Vandenberg2012-09-15 13:16:11 -0700
commitc3c4496158e3473cab10a7775d5fe66d032e5b19 (patch)
tree47a536eaf03020adaf01171937fd1c5cb6e38813 /Library
parent67f1f5aad0cfe55244ee29e4bc860504a8dc96b9 (diff)
downloadhomebrew-c3c4496158e3473cab10a7775d5fe66d032e5b19.tar.bz2
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 <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/io.rb8
1 files changed, 8 insertions, 0 deletions
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