diff options
| author | Samuel John | 2013-08-08 13:38:52 +0200 |
|---|---|---|
| committer | Samuel John | 2013-08-08 13:38:52 +0200 |
| commit | 59ebdf67cfa5cd8fcc6661e180e3bab2ab2ed6fb (patch) | |
| tree | aa02c1660021ed300f0094e2e71b5003226de09e /Library/Formula/python.rb | |
| parent | 31d41e15c73496b792dcf5cd339bac4f7a28998d (diff) | |
| download | homebrew-59ebdf67cfa5cd8fcc6661e180e3bab2ab2ed6fb.tar.bz2 | |
python: Remove outdated fix
Since 2.7.5 the `python-config --ldflags` is not fixed but Python does
not use the Makefile any longer for this. We fix this now in our
`sitecustomize.py`.
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 65f78f97d..67630564a 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -166,13 +166,6 @@ class Python < Formula _sre.MAXREPEAT = 65535 # this monkey-patches all other places of "from _sre import MAXREPEAT"' EOS - # Fixes setting Python build flags for certain software - # See: https://github.com/mxcl/homebrew/pull/20182 - # http://bugs.python.org/issue3588 - inreplace "#{prefix}/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/Makefile" do |s| - s.change_make_var! "LINKFORSHARED", - "-u _PyMac_Error $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)" - end end def distutils_fix_superenv(args) |
