Fix compilation on Fedora - development

Hans Leidekker hans at it.vu.nl
Tue Jan 6 08:30:27 CST 2004


Hi,

Latest Fedora development updates broke Wine compilation on my
system. It appears that sed is now locale aware (same thing 
happened with perl a while ago). I have LANG=en_US.UTF-8 so, 
for example, the sed invocation in the shell32 makefile will 
interpret the AUTHORS file as UTF-8, which will produce garbage
in the generated authors.c file.

This patch fixes all invocations of sed I could find except
configure.* and tools/configure.* and some others which are 
not likely to receive 8 bit characters on input. Most of
those are part of autoconf IIRC and should probably be fixed
upstream if they need any fixing at all.

 -Hans

Changelog:
  Make sure sed uses the right locale.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: shell32_Makefile_in.diff
Type: text/x-diff
Size: 4318 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040106/7a4c4357/shell32_Makefile_in.bin


More information about the wine-patches mailing list