wine: apply upstream patch for 10.9

Closes Homebrew/homebrew#21791.
master
Jack Nagel 2013-09-20 22:43:55 -05:00
parent f73bf5acd7
commit 30ca51d40e
1 changed files with 5 additions and 1 deletions

View File

@ -62,8 +62,12 @@ class Wine < Formula
def patches
if build.stable?
p = []
# http://bugs.winehq.org/show_bug.cgi?id=34188
['http://bugs.winehq.org/attachment.cgi?id=45507']
p << 'http://bugs.winehq.org/attachment.cgi?id=45507'
# http://bugs.winehq.org/show_bug.cgi?id=34162
p << 'http://bugs.winehq.org/attachment.cgi?id=45562' if MacOS.version >= :mavericks
p
end
end