Author: dj
Date: Mon Apr 17 20:59:42 2017
New Revision: 18610

Log:
Fix WebKitGTK+ build issues with ICU-59.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/webkitgtk.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Apr 17 09:00:13 2017        (r18609)
+++ trunk/BOOK/general.ent      Mon Apr 17 20:59:42 2017        (r18610)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "16">                   <!-- Always 2 digits -->
+<!ENTITY day          "18">                   <!-- Always 2 digits -->
 <!ENTITY month        "04">                   <!-- Always 2 digits -->
 <!ENTITY year         "2017">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "April 16th &year;">
+<!ENTITY releasedate  "April 18th &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Apr 17 09:00:13 
2017        (r18609)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Apr 17 20:59:42 
2017        (r18610)
@@ -42,6 +42,15 @@
     </listitem>
 -->
     <listitem>
+      <para>April 18th, 2017</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dj] - Fix WebKitGTK+ build issues with ICU-59.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>April 16th, 2017</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/x/lib/webkitgtk.xml
==============================================================================
--- trunk/BOOK/x/lib/webkitgtk.xml      Mon Apr 17 09:00:13 2017        (r18609)
+++ trunk/BOOK/x/lib/webkitgtk.xml      Mon Apr 17 20:59:42 2017        (r18610)
@@ -146,6 +146,16 @@
     </caution>
 
     <para>
+      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 's@cmakeconfig\.h\"@cmakeconfig.h\"\n#include &lt;uchar.h&gt;@' \
+       Tools/MiniBrowser/gtk/main.c</userinput></screen>
+
+    <para>
       Install <application>WebKitGTK+</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