http://bugs.winehq.org/show_bug.cgi?id=11545
--- Comment #7 from Rico kgbricola@web.de 2008-02-16 12:17:23 --- Created an attachment (id=10811) --> (http://bugs.winehq.org/attachment.cgi?id=10811) 3dmark.patch
Simply run:
- git bisect start - git bisect good ... - git bisect bad ... 1: - patch -p1 < 3dmark.patch - ./configure && make clean && make depend && make - patch -p1 < 3dmark_rev.patch - git bisect bad/good - goto 1 until you have found the right one