diff options
| author | mbcoguno | 2014-08-12 02:31:50 +0800 |
|---|---|---|
| committer | Jack Nagel | 2014-08-12 11:10:34 -0500 |
| commit | e57be6f7bd920217a14b25aa7926591cdddd0a91 (patch) | |
| tree | bd8b1390232895d927e15e449f1479690caef4eb /Library/Formula/macvim.rb | |
| parent | 4e179f4c08d3eacd1379e911b82ced7be5fa7fe8 (diff) | |
| download | homebrew-e57be6f7bd920217a14b25aa7926591cdddd0a91.tar.bz2 | |
macvim: Drop python dynamic linking hack
Closes #31537.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/macvim.rb')
| -rw-r--r-- | Library/Formula/macvim.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 8f5a901fe..b7f885027 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -81,20 +81,6 @@ class Macvim < Formula system "./configure", *args - if build.with? "python" - unless Formula["python"].installed? - inreplace "src/auto/config.h", "/* #undef PY_NO_RTLD_GLOBAL */", - "#define PY_NO_RTLD_GLOBAL 1" - end - end - - if build.with? "python3" - unless Formula["python3"].installed? - inreplace "src/auto/config.h", "/* #undef PY3_NO_RTLD_GLOBAL */", - "#define PY3_NO_RTLD_GLOBAL 1" - end - end - if build.include? "custom-icons" # Get the custom font used by the icons system "make", "-C", "src/MacVim/icons", "getenvy" |
