diff options
| -rw-r--r-- | Library/Formula/bdw-gc.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/stklos.rb | 4 |
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}" |
