Ignore:
Timestamp:
11/03/2020 07:40:40 PM (3 years ago)
Author:
Ken Moffat <ken@…>
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:
3ec1600
Parents:
6b94a5d
Message:

Patch qtwebengine to build with system ICU68.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    r6b94a5d r72119155  
    9595      </listitem>
    9696    </itemizedlist>
    97 <!--
     97
    9898    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    9999    <itemizedlist spacing="compact">
     
    101101        <para>
    102102          Required patch:
    103           <ulink url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-consolidated_fixes-3.patch"/>
     103          <ulink url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-ICU68-1.patch"/>
    104104        </para>
    105105      </listitem>
    106106    </itemizedlist>
    107 -->
     107
    108108    <bridgehead renderas="sect3">qtwebengine Dependencies</bridgehead>
    109109
     
    159159<screen><userinput>find -type f -name "*.pr[io]" |
    160160  xargs sed -i -e 's|INCLUDEPATH += |&amp;$$QTWEBENGINE_ROOT/include |'</userinput></screen>
    161 <!--
    162     <para>
    163       Next, apply a patch that fixes issues when using gcc-10 and current bison
    164       and also enables using system ICU version 67.1 or greater.
    165     </para>
    166 
    167 <screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-everywhere-src-&qtwebengine-version;-consolidated_fixes-3.patch</userinput></screen>
    168 -->
     161
     162    <para>
     163      Next, apply a patch that fixes the build with system ICU version 68.1.
     164    </para>
     165
     166<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-everywhere-src-&qtwebengine-version;-ICU68-1.patch</userinput></screen>
     167
    169168    <para>
    170169      Next, allow the pulseaudio library to be linked at build time, instead
Note: See TracChangeset for help on using the changeset viewer.