From 66c3c6c42dc26efd0ed8685cfdefb638c9de9e6f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 3 Feb 2013 16:35:37 -0600 Subject: [PATCH] guile: devel fails with clang build 211 Closes Homebrew/homebrew#17551. --- Formula/guile.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/guile.rb b/Formula/guile.rb index 67faafdbf22..f27f9e8a683 100644 --- a/Formula/guile.rb +++ b/Formula/guile.rb @@ -27,6 +27,11 @@ class Guile < Formula cause "Segfaults during compilation" end + fails_with :clang do + build 211 + cause "Segfaults during compilation" + end if build.devel? + def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}",