diff options
| author | Linus Unnebäck | 2014-02-25 20:41:45 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-26 20:10:26 -0800 |
| commit | 82e4d7cae9d5e62f9d885ac54c6151a472337bac (patch) | |
| tree | be2b76f4150172f9f01f0362ae139fedde8d4fbc /Library/Formula | |
| parent | 02a6e1394a365e40b24c09cac9e2e6588d2877b3 (diff) | |
| download | homebrew-82e4d7cae9d5e62f9d885ac54c6151a472337bac.tar.bz2 | |
wine: new patch against flickering
Add a current patch for the fullscreen flickering problem.
Closes #27003.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wine.rb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index 9d999f111..41862586b 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -70,8 +70,12 @@ class Wine < Formula cause 'error: invalid operand for instruction lretw' end - # There may be flicker in fullscreen mode, but there is no current patch: - # # http://bugs.winehq.org/show_bug.cgi?id=34166 + def patches + if build.devel? + # http://bugs.winehq.org/show_bug.cgi?id=34166 + 'http://bugs.winehq.org/attachment.cgi?id=47639' + end + end # These libraries are not specified as dependencies, or not built as 32-bit: # configure: libv4l, gstreamer-0.10, libcapi20, libgsm |
