Changeset 6fe4f013 for x


Ignore:
Timestamp:
02/23/2016 11:21:23 PM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 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:
366fcd03
Parents:
f3c49d0
Message:

webkitgtk+-2.10.7 : fix isnan for glibc-2.23.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    rf3c49d0 r6fe4f013  
    3838    </para>
    3939
    40     &lfs78_checked;
     40    &lfs79_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    141141    -i Source/WebCore/xml/XMLViewer.{css,js} &amp;&amp;
    142142
     143sed -i "s#isnan#std::&amp;#g" Source/JavaScriptCore/runtime/Options.cpp &amp;&amp;
     144
    143145mkdir -vp build &amp;&amp;
    144146cd        build &amp;&amp;
     
    187189
    188190    <para>
    189       <command>sed -i ...</command>: Fixes typos in two source code files.
     191      <command>sed -i ...</command>: The first sed fixes typos in two
     192      source code files, the second fixes a build failure caused by a
     193      <application>glibc-2.23</application> change.
    190194    </para>
    191195
Note: See TracChangeset for help on using the changeset viewer.