diff options
| author | Jack Nagel | 2011-09-05 03:28:32 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-09-05 03:31:50 -0500 |
| commit | d34a3bcf50e2b3a8407a061b6b471d585583f3ba (patch) | |
| tree | 62c4ced977be1dbb58e913d9f9d88b4723c15f31 /Library/Formula/bdw-gc.rb | |
| parent | 7c5adac3cab9443621d19e79f5e0e742b62042a9 (diff) | |
| download | homebrew-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/bdw-gc.rb')
| -rw-r--r-- | Library/Formula/bdw-gc.rb | 2 |
1 files changed, 1 insertions, 1 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 |
