diff options
| author | Mike McQuaid | 2012-03-10 19:02:26 +1300 |
|---|---|---|
| committer | Mike McQuaid | 2012-03-29 17:28:58 +1100 |
| commit | c9cecc55ac324c06d67c44c49c1bd53fd37420d6 (patch) | |
| tree | 8319a835f4902d38b02e5ae77c1eea4ba0979ed7 /Library | |
| parent | afbbd25379ddbc9150c92476201e36b77a8534b5 (diff) | |
| download | homebrew-c9cecc55ac324c06d67c44c49c1bd53fd37420d6.tar.bz2 | |
Add Xcode 4 fix patch to Qt.
Fixes #10475.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/qt.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index 2716b3ff4..4e8d3cd76 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -25,9 +25,11 @@ class Qt < Formula depends_on "d-bus" if ARGV.include? '--with-qtdbus' depends_on 'sqlite' if MacOS.leopard? - # Fix compilation with llvm-gcc. Remove for 4.8.1. def patches - "https://qt.gitorious.org/qt/qt/commit/448ab7cd150ab7bb7d12bcac76bc2ce1c72298bd?format=patch" + # Fix compilation with llvm-gcc. Remove for 4.8.1. + [ "https://qt.gitorious.org/qt/qt/commit/448ab?format=patch", + # Fix Xcode 4 generation. Remove for 4.8.1. + "https://qt.gitorious.org/qt/qt/commit/b5871?format=patch" ] end def install |
