aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pyqt.rb
diff options
context:
space:
mode:
authorChristopher2010-10-25 15:19:39 +0300
committerAdam Vandenberg2010-10-26 09:35:49 -0700
commit3f16d53109a5df1f3ecd5302355e8aef4160626b (patch)
treec3ca6933e6cb0ab25dacfcda9ff8cca3fa9c9886 /Library/Formula/pyqt.rb
parent8d834607f6f2317dec89a0d27b0c2df6140f1018 (diff)
downloadhomebrew-3f16d53109a5df1f3ecd5302355e8aef4160626b.tar.bz2
sip - removed check for Framework Python
removed the apparently unnecesary check for a framework build of python from the sip build and stopped using system python for sip and pyqt Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pyqt.rb')
-rw-r--r--Library/Formula/pyqt.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb
index 949737792..fb31af72c 100644
--- a/Library/Formula/pyqt.rb
+++ b/Library/Formula/pyqt.rb
@@ -14,8 +14,7 @@ class Pyqt <Formula
def install
ENV.prepend 'PYTHONPATH', "#{HOMEBREW_PREFIX}/lib/python", ':'
- # SIP gets built against system python, so PyQt should as well.
- system "/usr/bin/python", "./configure.py", "--confirm-license",
+ system "python", "./configure.py", "--confirm-license",
"--bindir=#{bin}",
"--destdir=#{lib}/python",
"--sipdir=#{share}/sip"