Author: bdubbs
Date: Mon May 28 20:07:23 2018
New Revision: 20180

Log:
Include some missing sed instructions in qtwebengine

Modified:
   trunk/BOOK/x/lib/qtwebengine.xml

Modified: trunk/BOOK/x/lib/qtwebengine.xml
==============================================================================
--- trunk/BOOK/x/lib/qtwebengine.xml    Mon May 28 19:48:43 2018        (r20179)
+++ trunk/BOOK/x/lib/qtwebengine.xml    Mon May 28 20:07:23 2018        (r20180)
@@ -122,6 +122,20 @@
     <title>Installation of qtwebengine</title>
 
     <para>
+      First, make some fixes to make gcc8 happy:
+    </para>
+
+<screen><userinput>sed -i '/kPaddingSize/s/32/64/' \
+       src/3rdparty/chromium/media/base/decoder_buffer.h &amp;&amp;
+
+D=src/3rdparty/chromium/mojo/public/cpp/bindings         &amp;&amp;
+sed -i '/explicit/s/return handle_/return (bool) handle_/' \
+       $D/associated_interface_ptr_info.h \
+       $D/associated_interface_request.h  \
+       $D/interface_request.h                            &amp;&amp;
+unset D</userinput></screen>
+
+    <para>
       Install <application>qtwebengine</application> by running the following
       commands:
     </para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to