aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fltk.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/fltk.rb b/Library/Formula/fltk.rb
index a054cd648..34761ad96 100644
--- a/Library/Formula/fltk.rb
+++ b/Library/Formula/fltk.rb
@@ -12,6 +12,11 @@ class Fltk < Formula
depends_on 'jpeg'
+ fails_with :clang do
+ build 318
+ cause "http://llvm.org/bugs/show_bug.cgi?id=10338"
+ end
+
def install
ENV.libpng
system "autoconf" if ARGV.build_head?