From 7fd3ce18367aae18bdd60a1b28558ba07431746e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 20 Sep 2013 22:43:55 -0500 Subject: wine: apply upstream patch for 10.9 Closes #21791. --- Library/Formula/wine.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3