Changeset ac4aa90b


Ignore:
Timestamp:
10/30/2020 06:44:17 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:
d514a90
Parents:
6cfc132
Message:

A better fix for webkit

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    r6cfc132 rac4aa90b  
    129129    <application>WebKitGTK+</application></bridgehead>
    130130
    131     <para>First, temporarily change an ICU header to allow backward
    132     compatibility.  As the <systemitem class="username">root</systemitem> user:</para>
    133 
    134 <screen role="root"><userinput>sed -e '/^#ifdef U_DEFINE/i #define U_DEFINE_FALSE_AND_TRUE 1' \
    135     -i /usr/include/unicode/umachine.h</userinput></screen>
     131    <para>First, ensure backward compatibility with the latest version of icu:</para>
     132
     133<screen><userinput>echo 'add_compile_definitions("U_DEFINE_FALSE_AND_TRUE=1")' &gt;&gt; Source/WTF/wtf/CMakeLists.txt</userinput></screen>
    136134
    137135    <para>
     
    199197install -vm644  ../Documentation/webkitdomgtk-4.0/html/* \
    200198                /usr/share/gtk-doc/html/webkitdomgtk-4.0</userinput></screen>
    201 
    202     <para>
    203       Now revert the change we made above.  Again as the
    204       <systemitem class="username">root</systemitem> user:
    205     </para>
    206 
    207 <screen role="root"><userinput>sed -i '/^#define U_DEFINE/d' /usr/include/unicode/umachine.h</userinput></screen>
    208 
    209199  </sect2>
    210200
Note: See TracChangeset for help on using the changeset viewer.