aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2011-09-05 03:28:32 -0500
committerJack Nagel2011-09-05 03:31:50 -0500
commitd34a3bcf50e2b3a8407a061b6b471d585583f3ba (patch)
tree62c4ced977be1dbb58e913d9f9d88b4723c15f31 /Library/Formula
parent7c5adac3cab9443621d19e79f5e0e742b62042a9 (diff)
downloadhomebrew-d34a3bcf50e2b3a8407a061b6b471d585583f3ba.tar.bz2
Clarify fails_with_llvm in bdw-gc and stklos
bdw-gc fails with LLVM build 2335, but stklos shouldn't fail at all anymore since bdw-gc is now an explicit dependency instead of being built internally. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bdw-gc.rb2
-rw-r--r--Library/Formula/stklos.rb4
2 files changed, 1 insertions, 5 deletions
diff --git a/Library/Formula/bdw-gc.rb b/Library/Formula/bdw-gc.rb
index 20932e21a..cfed49319 100644
--- a/Library/Formula/bdw-gc.rb
+++ b/Library/Formula/bdw-gc.rb
@@ -5,7 +5,7 @@ class BdwGc < Formula
homepage 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/'
md5 '2ff9924c7249ef7f736ecfe6f08f3f9b'
- fails_with_llvm "LLVM gives an unsupported inline asm error"
+ fails_with_llvm "LLVM gives an unsupported inline asm error", :build => 2335
def install
# ucontext has been deprecated in 10.6
diff --git a/Library/Formula/stklos.rb b/Library/Formula/stklos.rb
index dac7afe99..f1a981276 100644
--- a/Library/Formula/stklos.rb
+++ b/Library/Formula/stklos.rb
@@ -9,10 +9,6 @@ class Stklos < Formula
depends_on 'pcre'
depends_on 'bdw-gc'
- # it fails with LLVM while building its internal bdw-gc,
- # for the same reason as bdw-gc itself.
- fails_with_llvm "LLVM gives an unsupported inline asm error."
-
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"