diff options
| author | Adam Vandenberg | 2013-11-23 13:50:23 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-23 13:50:23 -0800 |
| commit | aee1298d640242336041d07c14b7a972f99bcfba (patch) | |
| tree | c7e0c058c83c49ba13ed7aedf15e41776076a09c /Library/Formula | |
| parent | fb333e0d368daf019f3afaded1849537f59d990b (diff) | |
| download | homebrew-aee1298d640242336041d07c14b7a972f99bcfba.tar.bz2 | |
wine: remove non-applying patch
Closes #24612.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wine.rb | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index 98d5b6db5..3fd21b1f0 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -68,16 +68,10 @@ class Wine < Formula cause 'error: invalid operand for instruction lretw' end - def patches - p = [] - if build.devel? - # http://bugs.winehq.org/show_bug.cgi?id=34166 - p << 'http://bugs.winehq.org/attachment.cgi?id=46394' - end - p - end + # There may be flicker in fullscreen mode, but there is no current patch: + # # http://bugs.winehq.org/show_bug.cgi?id=34166 - # the following libraries are currently not specified as dependencies, or not built as 32-bit: + # These libraries are not specified as dependencies, or not built as 32-bit: # configure: libv4l, gstreamer-0.10, libcapi20, libgsm # Wine loads many libraries lazily using dlopen calls, so it needs these paths |
