aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/bdw-gc.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/bdw-gc.rb b/Library/Formula/bdw-gc.rb
index 70a435495..8ddd02879 100644
--- a/Library/Formula/bdw-gc.rb
+++ b/Library/Formula/bdw-gc.rb
@@ -5,6 +5,11 @@ class BdwGc < Formula
url 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2c.tar.gz'
sha1 '18c5b1aa9289a12fead3ceeda8fdc81f4ed08964'
+ fails_with :clang do
+ build 421
+ cause 'Segfault 11 during make check'
+ end
+
def options
[['--universal', 'Make a 32/64-bit Intel build.']]
end