From 30ca51d40e1aa1ee7f6e68dfa2a45f58775e86ad Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 20 Sep 2013 22:43:55 -0500 Subject: [PATCH] wine: apply upstream patch for 10.9 Closes Homebrew/homebrew#21791. --- Formula/wine.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Formula/wine.rb b/Formula/wine.rb index a96c2778fbc..0e426b40ba1 100644 --- a/Formula/wine.rb +++ b/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