From 8a5c8f48f09e7811b45ee7fde4c3e0fbca77bf7f Mon Sep 17 00:00:00 2001 From: Link0306 Date: Sun, 15 Sep 2013 15:09:18 -0400 Subject: wine: use newer patch Closes #22570. Signed-off-by: Adam Vandenberg --- Library/Formula/wine.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index 775a41919..c3f1f685a 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -61,8 +61,10 @@ class Wine < Formula end def patches - # http://bugs.winehq.org/show_bug.cgi?id=34188 - ['http://bugs.winehq.org/attachment.cgi?id=45477'] + if build.stable? + # http://bugs.winehq.org/show_bug.cgi?id=34188 + ['http://bugs.winehq.org/attachment.cgi?id=45507'] + end end # the following libraries are currently not specified as dependencies, or not built as 32-bit: -- cgit v1.2.3