Author: dj
Date: Sat Apr 29 16:12:08 2017
New Revision: 18659

Log:
Provide complete fix for qtwebkit.

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

Modified: trunk/BOOK/x/lib/qtwebkit5.xml
==============================================================================
--- trunk/BOOK/x/lib/qtwebkit5.xml      Sat Apr 29 13:23:33 2017        (r18658)
+++ trunk/BOOK/x/lib/qtwebkit5.xml      Sat Apr 29 16:12:08 2017        (r18659)
@@ -72,6 +72,17 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch:
+          <ulink
+            url="&patch-root;/qtwebkit-&qtwebkit-version;-icu_59-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">Qtwebkit Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -103,12 +114,7 @@
       First, fix a build issue with <application>ICU</application> &gt;= 59:
     </para>
 
-<screen><userinput>sed -i 's/unsigned short/char16_t/'            \
-       Source/JavaScriptCore/API/JSStringRef.h \
-       Source/WebKit2/Shared/API/c/WKString.h  &amp;&amp;
-
-sed -i '/stdbool.h/ a#include &lt;uchar.h&gt;' \
-       Source/JavaScriptCore/API/JSBase.h</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../qtwebkit-&qtwebkit-version;-icu_59-1.patch</userinput></screen>
 
     <para>
       Install <application>Qtwebkit</application> by running the following 
commands:
-- 
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