aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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