Changeset ebea689


Ignore:
Timestamp:
05/29/2018 03:07:23 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
52d64a0
Parents:
ddda51eb
Message:

Include some missing sed instructions in qtwebengine

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    rddda51eb rebea689  
    121121  <sect2 role="installation">
    122122    <title>Installation of qtwebengine</title>
     123
     124    <para>
     125      First, make some fixes to make gcc8 happy:
     126    </para>
     127
     128<screen><userinput>sed -i '/kPaddingSize/s/32/64/' \
     129       src/3rdparty/chromium/media/base/decoder_buffer.h &amp;&amp;
     130
     131D=src/3rdparty/chromium/mojo/public/cpp/bindings         &amp;&amp;
     132sed -i '/explicit/s/return handle_/return (bool) handle_/' \
     133       $D/associated_interface_ptr_info.h \
     134       $D/associated_interface_request.h  \
     135       $D/interface_request.h                            &amp;&amp;
     136unset D</userinput></screen>
    123137
    124138    <para>
Note: See TracChangeset for help on using the changeset viewer.