Author: pierre
Date: Fri Apr 20 13:54:29 2018
New Revision: 20099

Log:
Fix the name of the variable allowing libreoffice to use icu-61.1

Modified:
   trunk/BOOK/xsoft/office/libreoffice.xml

Modified: trunk/BOOK/xsoft/office/libreoffice.xml
==============================================================================
--- trunk/BOOK/xsoft/office/libreoffice.xml     Fri Apr 20 13:39:00 2018        
(r20098)
+++ trunk/BOOK/xsoft/office/libreoffice.xml     Fri Apr 20 13:54:29 2018        
(r20099)
@@ -398,7 +398,7 @@
       Build the package:
     </para>
 
-<screen><userinput>CPPFLAGS='-DU_USE_ICU_NAMESPACE=1' make 
build-nocheck</userinput></screen>
+<screen><userinput>CPPFLAGS='-DU_USING_ICU_NAMESPACE=1' make 
build-nocheck</userinput></screen>
 
     <para>
       Now, as the <systemitem class="username">root</systemitem> user:
@@ -568,9 +568,9 @@
     </para>
 
     <para>
-      <command>CPPFLAGS='-DU_USE_ICU_NAMESPACE=1' make ...</command>: <xref
+      <command>CPPFLAGS='-DU_USING_ICU_NAMESPACE=1' make ...</command>: <xref
       linkend="icu"/> has removed an implicit namespace <quote>using</quote>
-      from its headers files. Setting <envar>U_USE_ICU_NAMESPACE</envar> to
+      from its headers files. Setting <envar>U_USING_ICU_NAMESPACE</envar> to
       1 allows to restore the former behavior, which is required for building
       <application>libreoffice</application>.
     </para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to