* Patch to fix Baldur's Gate 2 and other programs. See

http://bugs.winehq.org/show_bug.cgi?id=6975 and
  http://bugs.winehq.org/show_bug.cgi?id=2398.
  Based on http://bugs.winehq.org/attachment.cgi?id=5708.

svn path=/nixpkgs/trunk/; revision=9178
This commit is contained in:
Eelco Dolstra 2007-08-21 09:10:20 +00:00
parent 38ace454e9
commit 3a3a9183a1
2 changed files with 1292 additions and 0 deletions

View File

@ -19,6 +19,12 @@ stdenv.mkDerivation {
libpng libjpeg lcms
];
patches = [
# Based on http://bugs.winehq.org/attachment.cgi?id=5708,
# see http://bugs.winehq.org/show_bug.cgi?id=2398.
./opengl-child-window.patch
];
# Wine locates a lot of libraries dynamically through dlopen(). Add
# them to the RPATH so that the user doesn't have to set them in
# LD_LIBRARY_PATH.

File diff suppressed because it is too large Load Diff