From 2b90f75ded46b86a6401d0f3932b07d9d12811cc Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 6 Aug 2012 14:15:15 -0700 Subject: macvim: it is OK to set these flags now --- Library/Formula/macvim.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Library/Formula/macvim.rb') diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 080d67c2c..fd24aeac2 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -21,12 +21,6 @@ class Macvim < Formula depends_on 'lua' if ARGV.include? '--with-lua' def install - # MacVim's Xcode project gets confused by $CC, so remove it - ENV['CC'] = nil - ENV['CFLAGS'] = nil - ENV['CXX'] = nil - ENV['CXXFLAGS'] = nil - # Set ARCHFLAGS so the Python app (with C extension) that is # used to create the custom icons will not try to compile in # PPC support (which isn't needed in Homebrew-supported systems.) @@ -69,7 +63,7 @@ class Macvim < Formula prefix.install "src/MacVim/build/Release/MacVim.app" inreplace "src/MacVim/mvim", /^# VIM_APP_DIR=\/Applications$/, - "VIM_APP_DIR=#{prefix}" + "VIM_APP_DIR=#{prefix}" bin.install "src/MacVim/mvim" # Create MacVim vimdiff, view, ex equivalents -- cgit v1.2.3