From c42bdb9be108eaace6aa9c2ab7a263cb0ae54405 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 22 Aug 2013 20:57:50 -0700 Subject: macvim: use std env on Snow Leopard Closes #21639. --- Library/Formula/macvim.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index a4264bd1c..00b4ce728 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -18,6 +18,9 @@ class Macvim < Formula depends_on :python => :recommended # Help us! :python3 in MacVim makes the window disappear, so only 2.x bindings! + env :std if MacOS.version <= :snow_leopard + # Help us! We'd like to use superenv in these environments too + 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 -- cgit v1.2.3