diff options
| author | Adam Vandenberg | 2013-08-22 20:57:50 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-22 20:57:50 -0700 |
| commit | c42bdb9be108eaace6aa9c2ab7a263cb0ae54405 (patch) | |
| tree | d589b131db34ebcb7e67d12ff7b596728879fb27 /Library | |
| parent | ddf299965a570ce0405c19938a7ac991098bcfaa (diff) | |
| download | homebrew-c42bdb9be108eaace6aa9c2ab7a263cb0ae54405.tar.bz2 | |
macvim: use std env on Snow Leopard
Closes #21639.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/macvim.rb | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
