Ignore:
Timestamp:
10/29/2020 10:23:21 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
4b8a71a
Parents:
6b255f3e
Message:

Update to icu4c-68_1-src.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libical.xml

    r6b255f3e r481fd21  
    100100  <sect2 role="installation">
    101101    <title>Installation of libical</title>
     102
     103    <para>First make some fixes for the latest versions of icu and Python:</para>
     104
     105<screen><userinput>sed -i '/define LEAP_MONTH/a #define FALSE 0' src/libical/icalrecur.c &amp;&amp;
     106sed -i 's/array/arraytest/'       src/test/libical-glib/CMakeLists.txt &amp;&amp;
     107mv src/test/libical-glib/array.py src/test/libical-glib/arraytest.py</userinput></screen>
    102108
    103109    <para>
Note: See TracChangeset for help on using the changeset viewer.