Changeset bf18f95 for general


Ignore:
Timestamp:
05/15/2017 09:53:01 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 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:
5be5fc08
Parents:
0499056
Message:

Fix aspell issues with gcc7.
Update to gimp-2.8.22.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/aspell.xml

    r0499056 rbf18f95  
    4040
    4141    &lfs80_checked;
     42    &gcc7_checked;
    4243
    4344    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    103104  <sect2 role="installation">
    104105    <title>Installation of Aspell</title>
     106
     107    <para>First fix some probles identified by gcc7:</para>
     108
     109<screen><userinput>sed -i '/ top.do_check ==/s/top.do_check/*&amp;/' modules/filter/tex.cpp &amp;&amp;
     110sed -i '/word ==/s/word/*&amp;/'                  prog/check_funs.cpp</userinput></screen>
    105111
    106112    <para>
Note: See TracChangeset for help on using the changeset viewer.