diff options
Diffstat (limited to 'Library')
| -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: |
