wine: use newer patch
Closes Homebrew/homebrew#22570. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a40836a093
commit
6cf7256e2c
1 changed files with 4 additions and 2 deletions
|
@ -61,8 +61,10 @@ class Wine < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
def patches
|
def patches
|
||||||
# http://bugs.winehq.org/show_bug.cgi?id=34188
|
if build.stable?
|
||||||
['http://bugs.winehq.org/attachment.cgi?id=45477']
|
# http://bugs.winehq.org/show_bug.cgi?id=34188
|
||||||
|
['http://bugs.winehq.org/attachment.cgi?id=45507']
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# the following libraries are currently not specified as dependencies, or not built as 32-bit:
|
# the following libraries are currently not specified as dependencies, or not built as 32-bit:
|
||||||
|
|
Loading…
Reference in a new issue