mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
* 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:
parent
38ace454e9
commit
3a3a9183a1
@ -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.
|
||||
|
1286
pkgs/misc/emulators/wine/opengl-child-window.patch
Normal file
1286
pkgs/misc/emulators/wine/opengl-child-window.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user