Skip to content

Commit

Permalink
wine: remove non-applying patch
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv authored and yriveiro committed Nov 26, 2013
1 parent 0a0482b commit 1b67db4
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Library/Formula/wine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b67db4

Please sign in to comment.