diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gettext.xml | 2 | ||||
-rw-r--r-- | chapter06/patch.xml | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 018d53476..2e7b6a080 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -27,7 +27,7 @@ localization. These allow programs to be compiled with Native Language Support <para>To have the results tested, issue: <userinput>make check</userinput>. This takes a very long time, around -6 SBUs.</para> +7 SBUs.</para> <para>And install the package:</para> diff --git a/chapter06/patch.xml b/chapter06/patch.xml index 57bb23a7a..8a8be965a 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -15,13 +15,12 @@ <sect2> <title>Installation of Patch</title> -<para>Prepare Patch for compilation:</para> +<para>Prepare Patch for compilation (the preprocessor flag +<emphasis>-D_GNU_SOURCE</emphasis> is only needed on PowerPCs, on other +machines you can leave it out):</para> <screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr</userinput></screen> -<para>Again, the preprocessor flag <emphasis>-D_GNU_SOURCE</emphasis> is only -needed on the PowerPC platform. On other architectures you can leave it out.</para> - <para>Compile the package:</para> <screen><userinput>make</userinput></screen> |