From 396a59af1cadc38de3c044bde2141de4dd4e73df Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Tue, 25 Sep 2012 14:04:05 -0500 Subject: [PATCH] macvim: Depend on XCode The MacVim build process requires a working `xcodebuild`. Fixes Homebrew/homebrew#15111. --- Formula/macvim.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/macvim.rb b/Formula/macvim.rb index fa5a9496031..c5591e41285 100644 --- a/Formula/macvim.rb +++ b/Formula/macvim.rb @@ -16,6 +16,8 @@ class Macvim < Formula depends_on 'cscope' if build.include? 'with-cscope' depends_on 'lua' if build.include? 'with-lua' + depends_on :xcode # For xcodebuild. + def install # Set ARCHFLAGS so the Python app (with C extension) that is # used to create the custom icons will not try to compile in