wine: restore flicker patch
Re-add the patch for screen flickering since the issue is unresolved. Closes Homebrew/homebrew#44551. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
24acc67314
commit
bd2b4c9c40
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
class Wine < Formula
|
||||
desc "Wine Is Not an Emulator"
|
||||
homepage "https://www.winehq.org/"
|
||||
revision 1
|
||||
|
||||
stable do
|
||||
url "https://downloads.sourceforge.net/project/wine/Source/wine-1.6.2.tar.bz2"
|
||||
|
@ -35,6 +36,13 @@ class Wine < Formula
|
|||
|
||||
depends_on "samba" => :optional
|
||||
depends_on "gnutls"
|
||||
|
||||
# Patch to fix screen-flickering issues. Still relevant on 1.7.23.
|
||||
# https://bugs.winehq.org/show_bug.cgi?id=34166
|
||||
patch do
|
||||
url "https://bugs.winehq.org/attachment.cgi?id=52485"
|
||||
sha256 "59f1831a1b49c1b7a4c6e6af7e3f89f0bc60bec0bead645a615b251d37d232ac"
|
||||
end
|
||||
end
|
||||
|
||||
head do
|
||||
|
|
Loading…
Reference in a new issue