Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
wine: use newer patch
Browse files Browse the repository at this point in the history
Closes #22570.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
LabMem765 authored and adamv committed Sep 15, 2013
1 parent db71c1e commit 8a5c8f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Library/Formula/wine.rb
Expand Up @@ -61,8 +61,10 @@ def build.universal? ; true; end
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:
Expand Down

0 comments on commit 8a5c8f4

Please sign in to comment.