aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnu-smalltalk.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gnu-smalltalk.rb')
-rw-r--r--Library/Formula/gnu-smalltalk.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/gnu-smalltalk.rb b/Library/Formula/gnu-smalltalk.rb
index 01761af6a..1959c7b2c 100644
--- a/Library/Formula/gnu-smalltalk.rb
+++ b/Library/Formula/gnu-smalltalk.rb
@@ -27,7 +27,10 @@ class GnuSmalltalk < Formula
depends_on "libtool" => :build
end
- fails_with_llvm "Codegen problems with LLVM", :build => 2334
+ fails_with :llvm do
+ build 2334
+ cause "Codegen problems with LLVM"
+ end
def patches
# Builds GNU Smalltalk clean in 64-bit mode with SDL and Cairo support