diff options
| author | Austin Ziegler | 2009-10-02 15:18:35 -0400 |
|---|---|---|
| committer | Max Howell | 2009-10-02 20:35:34 +0100 |
| commit | 99c275412429a49375690edfb2e0a8fb07541402 (patch) | |
| tree | 684907ad027832a3a2a490faa7bd2f471027f184 /Library/Formula | |
| parent | 604e6f51bffc23645397cf623756f492da1583d5 (diff) | |
| download | homebrew-99c275412429a49375690edfb2e0a8fb07541402.tar.bz2 | |
Fixing the qt recipe to work without . in PATH.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index eec75d055..0451645c0 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -12,7 +12,7 @@ class Qt <Formula makefiles.each { |makefile| `echo 'LIBS += -lsqlite3' >> src/#{makefile}` } end - system "configure", "-prefix", prefix, + system "./configure", "-prefix", prefix, "-system-sqlite", "-system-libpng", "-system-zlib", "-nomake", "demos", "-nomake", "examples", "-no-qt3support", "-release", "-cocoa", "-arch x86", |
