aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-09-20 22:43:55 -0500
committerJack Nagel2013-09-20 22:43:59 -0500
commit7fd3ce18367aae18bdd60a1b28558ba07431746e (patch)
tree5f3c04135265ebd4d25cc62be091d0fea6d8f1e1 /Library
parentf826cc9adab810ef9142a08dcc271785b7a521a2 (diff)
downloadhomebrew-7fd3ce18367aae18bdd60a1b28558ba07431746e.tar.bz2
wine: apply upstream patch for 10.9
Closes #21791.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wine.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb
index a96c2778f..0e426b40b 100644
--- a/Library/Formula/wine.rb
+++ b/Library/Formula/wine.rb
@@ -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