From 1b67db4da517fc41f77ae2cdd02e1b79507ce69d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 23 Nov 2013 13:50:23 -0800 Subject: [PATCH] wine: remove non-applying patch Closes #24612. --- Library/Formula/wine.rb | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index 98d5b6db5699..3fd21b1f0adf 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