diff options
| author | Jack Nagel | 2014-03-20 14:05:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 21:44:12 -0500 |
| commit | d4f4e762faf077133ef79ca068c5cbcc499bcf97 (patch) | |
| tree | a14977079cfed147b17c1b38eb4361cca78ae7e2 /Library/Formula/pyqt.rb | |
| parent | 4b4bded59d29960ef5424d9cfcb10bea425e10d2 (diff) | |
| download | homebrew-d4f4e762faf077133ef79ca068c5cbcc499bcf97.tar.bz2 | |
pyqt: use patch DSL
Diffstat (limited to 'Library/Formula/pyqt.rb')
| -rw-r--r-- | Library/Formula/pyqt.rb | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb index 8e7021997..067542a10 100644 --- a/Library/Formula/pyqt.rb +++ b/Library/Formula/pyqt.rb @@ -20,15 +20,13 @@ class Pyqt < Formula depends_on "sip" end - def patches - # On Mavericks we want to target libc++, but this requires a user specified - # qmake makespec. Unfortunately user specified makespecs are broken in the - # configure.py script, so we have to fix the makespec path handling logic. - # Also qmake spec macro parsing does not properly handle inline comments, - # which can result in ignored build flags when they are concatenated together. - # Changes proposed upstream: http://www.riverbankcomputing.com/pipermail/pyqt/2013-December/033537.html - DATA - end + # On Mavericks we want to target libc++, but this requires a user specified + # qmake makespec. Unfortunately user specified makespecs are broken in the + # configure.py script, so we have to fix the makespec path handling logic. + # Also qmake spec macro parsing does not properly handle inline comments, + # which can result in ignored build flags when they are concatenated together. + # Changes proposed upstream: http://www.riverbankcomputing.com/pipermail/pyqt/2013-December/033537.html + patch :DATA def install # On Mavericks we want to target libc++, this requires a non default qt makespec |
