guile: devel fails with clang build 211

Closes Homebrew/homebrew#17551.
master
Jack Nagel 2013-02-03 16:35:37 -06:00
parent cd5cc038c1
commit 66c3c6c42d
1 changed files with 5 additions and 0 deletions

View File

@ -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}",