From 231a297d9b5738948da59efd821fbd07ae3cb96c Mon Sep 17 00:00:00 2001 From: Samuel John Date: Tue, 11 Jun 2013 10:46:35 +0200 Subject: Vim & MacVim: Fix support for brewed python However, the downside is that we had to remove python3 support until that is fixed upstream. --- Library/Formula/macvim.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/macvim.rb') diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 594948a5a..3d1c46815 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -60,7 +60,7 @@ class Macvim < Formula # on the Mac. Note configure detects brewed python correctly, but that # is ignored. # See https://github.com/mxcl/homebrew/issues/17908 - ENV.prepend 'LDFLAGS', "-L#{python2.libdir} -F#{python2.framework}" if python.brewed? + ENV.prepend 'LDFLAGS', "-L#{python2.libdir} -F#{python2.framework}" if python && python.brewed? unless MacOS::CLT.installed? # On Xcode-only systems: -- cgit v1.2.3