aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
diff options
context:
space:
mode:
authormbcoguno2014-08-12 02:31:50 +0800
committerJack Nagel2014-08-12 11:10:34 -0500
commite57be6f7bd920217a14b25aa7926591cdddd0a91 (patch)
treebd8b1390232895d927e15e449f1479690caef4eb /Library/Formula/macvim.rb
parent4e179f4c08d3eacd1379e911b82ced7be5fa7fe8 (diff)
downloadhomebrew-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.rb14
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"