/[packages]/cauldron/wine/current/SOURCES/wine-mgaconf.patch
ViewVC logotype

Contents of /cauldron/wine/current/SOURCES/wine-mgaconf.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 37896 - (show annotations) (download)
Mon Jan 24 19:19:27 2011 UTC (13 years, 3 months ago) by ahmad
File size: 474 byte(s)
- update the winepulse patches
- rename wine-mdkconf to wine-mgaconf and regenerate it
- drop an old conflicts

1 --- wine-1.3.12/dlls/ntdll/server.c.orig 2011-01-24 20:45:50.479899524 +0200
2 +++ wine-1.3.12/dlls/ntdll/server.c 2011-01-24 20:45:42.495146024 +0200
3 @@ -778,6 +778,11 @@
4 mkdir( "drive_c", 0777 );
5 symlink( "../drive_c", "dosdevices/c:" );
6 symlink( "/", "dosdevices/z:" );
7 +
8 + /* Mageia specific */
9 + symlink( "/media/floppy", "dosdevices/a:" );
10 + symlink( getenv( "HOME" ), "dosdevices/d:" );
11 + symlink( "/dev/ttyUSB0", "dosdevices/com4" );
12 }
13
14

  ViewVC Help
Powered by ViewVC 1.1.30