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, 5 insertions, 0 deletions
diff --git a/Library/Formula/gnu-smalltalk.rb b/Library/Formula/gnu-smalltalk.rb
index 735912623..01761af6a 100644
--- a/Library/Formula/gnu-smalltalk.rb
+++ b/Library/Formula/gnu-smalltalk.rb
@@ -22,6 +22,11 @@ class GnuSmalltalk < Formula
depends_on 'libffi' if ARGV.build_head?
depends_on 'libsigsegv' if ARGV.build_head?
+ if ARGV.build_head? and MacOS.xcode_version >= "4.3"
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
+ end
+
fails_with_llvm "Codegen problems with LLVM", :build => 2334
def patches