Ignore:
Timestamp:
09/20/2016 12:24:22 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 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, nosym, 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:
30b0f081
Parents:
9bc4ce0
Message:

Update to ModemManager-1.6.2
Remove an unneeded sed from WebkitGTK+-2.12.5
Fix a few URLs and typos

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    r9bc4ce0 r0e107e3  
    156156Close double quotes     ”   &rdquo;     &#8221;     &#x201D;
    157157-->
     158<!-- Not needed anymore as of 2.12.5
    158159<screen><userinput>sed -e 's/&ldquo;/\"/' -e 's/&rdquo;/\"/' \
    159160    -i Source/WebCore/xml/XMLViewer.{css,js} &amp;&amp;
     161-->
    160162<!-- Fixed in 2.10.9
    161163sed -i "s#isnan#std::&amp;#g" Source/JavaScriptCore/runtime/Options.cpp &amp;&amp;-->
    162164
    163 mkdir -vp build &amp;&amp;
     165<screen><userinput>mkdir -vp build &amp;&amp;
    164166cd        build &amp;&amp;
    165167
     
    206208    <title>Command Explanations</title>
    207209
     210<!--
    208211    <para>
    209212      <command>sed -i ...</command>: Fixes typos in two
    210213      source code files.
    211214    </para>
     215-->
    212216
    213217    <para>
Note: See TracChangeset for help on using the changeset viewer.