aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-02-03 16:35:37 -0600
committerJack Nagel2013-02-03 16:35:37 -0600
commit443379074fbead276706f6f43af6dbbaad3ae98a (patch)
tree432bff133141b5b902bb0374154039bcf5bad229 /Library/Formula
parentf45d16ce36dfba575a52585d682e80a4994df890 (diff)
downloadhomebrew-443379074fbead276706f6f43af6dbbaad3ae98a.tar.bz2
guile: devel fails with clang build 211
Closes #17551.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/guile.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/guile.rb b/Library/Formula/guile.rb
index 67faafdbf..f27f9e8a6 100644
--- a/Library/Formula/guile.rb
+++ b/Library/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}",