Changeset c1b5118


Ignore:
Timestamp:
04/20/2018 08:54:29 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eea6737
Parents:
84ef014
Message:

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

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20099 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r84ef014 rc1b5118  
    399399    </para>
    400400
    401 <screen><userinput>CPPFLAGS='-DU_USE_ICU_NAMESPACE=1' make build-nocheck</userinput></screen>
     401<screen><userinput>CPPFLAGS='-DU_USING_ICU_NAMESPACE=1' make build-nocheck</userinput></screen>
    402402
    403403    <para>
     
    569569
    570570    <para>
    571       <command>CPPFLAGS='-DU_USE_ICU_NAMESPACE=1' make ...</command>: <xref
     571      <command>CPPFLAGS='-DU_USING_ICU_NAMESPACE=1' make ...</command>: <xref
    572572      linkend="icu"/> has removed an implicit namespace <quote>using</quote>
    573       from its headers files. Setting <envar>U_USE_ICU_NAMESPACE</envar> to
     573      from its headers files. Setting <envar>U_USING_ICU_NAMESPACE</envar> to
    574574      1 allows to restore the former behavior, which is required for building
    575575      <application>libreoffice</application>.
Note: See TracChangeset for help on using the changeset viewer.