From aee1298d640242336041d07c14b7a972f99bcfba Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 23 Nov 2013 13:50:23 -0800 Subject: wine: remove non-applying patch Closes #24612. --- Library/Formula/wine.rb | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3