wine-docs/wine-docs-1.2-build.patch

35 lines
1.7 KiB
Diff

--- en/winedev-testing.sgml.orig 2010-07-22 19:47:32.000000000 +0200
+++ en/winedev-testing.sgml 2010-07-22 19:47:50.000000000 +0200
@@ -205,7 +205,8 @@
The following step should probably work on any rpm based system.
</para>
<para>
- Run <command>yum install mingw32-gcc</>.
+ Run <command>yum install mingw32-gcc</command>.
+ </para>
</sect3>
<sect3>
<title>*BSD</title>
--- en/wineusr-configuring.sgml.orig 2010-07-22 19:57:14.000000000 +0200
+++ en/wineusr-configuring.sgml 2010-07-22 19:57:48.000000000 +0200
@@ -223,9 +223,7 @@
Most often applications will assume that a required redistributable
package has already been installed and subsequently fail to run when
the required dependencies are not met. For example:
- <para>
<programlisting>err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\Foo\\Bar.dll") not found</programlisting>
- <para>
</para>
<para>
Redistributable packages which install the necessary runtimes can
--- en/wineusr-configuring.sgml.orig 2010-07-22 19:59:06.000000000 +0200
+++ en/wineusr-configuring.sgml 2010-07-22 20:00:07.000000000 +0200
@@ -219,6 +219,7 @@
this file is a publicly available DLL or a custom DLL belonging
to your program. In the latter case, check that you have installed
your program correctly.
+ </para>
<para>
Most often applications will assume that a required redistributable
package has already been installed and subsequently fail to run when