Skip to content

Commit

Permalink
added Mavericks font fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mhemeryck committed Nov 18, 2013
1 parent e9a9d3a commit d82fdc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Formula/qt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ def patches
# Change Iaedaff7c: Enable building with clang / libc++ on OS X 10.9 Mavericks
# (https://codereview.qt-project.org/#change,70930)
'https://gist.github.com/jensenb/aafb2c2d1e0fcce2994f/raw/cc0a38d67cb36b650a275af3825731ce1f2ba35c/Change_Iaedaff7c',
# Change I04e1471d: Return the correct system font on OS X Mavericks.
# (https://codereview.qt-project.org/#change,62261)
'https://gist.github.com/mhemeryck/7487365/raw/adc0ba7a9b33b113ab3d15f545082703a51d3ccd/Change_I04e1471d',
]
end

Expand Down

0 comments on commit d82fdc9

Please sign in to comment.