diff options
| author | Link0306 | 2013-09-15 15:09:18 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-15 12:22:59 -0700 |
| commit | 8a5c8f48f09e7811b45ee7fde4c3e0fbca77bf7f (patch) | |
| tree | 05fe1b9c994d2b780049ebce74e8754b48b301ef /Library/Formula/wine.rb | |
| parent | db71c1e94d8c985d886ff25735722ffd6c9dbefb (diff) | |
| download | homebrew-8a5c8f48f09e7811b45ee7fde4c3e0fbca77bf7f.tar.bz2 | |
wine: use newer patch
Closes #22570.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/wine.rb')
| -rw-r--r-- | Library/Formula/wine.rb | 6 |
1 files changed, 4 insertions, 2 deletions
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: |
