Author: renodr
Date: Sat Aug 10 20:38:33 2019
New Revision: 21928

Log:
babl: Fix build on i686, see https://gitlab.gnome.org/GNOME/babl/issues/41 for 
more details

Modified:
   trunk/BOOK/general/graphlib/babl.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/graphlib/babl.xml
==============================================================================
--- trunk/BOOK/general/graphlib/babl.xml        Sat Aug 10 17:58:10 2019        
(r21927)
+++ trunk/BOOK/general/graphlib/babl.xml        Sat Aug 10 20:38:33 2019        
(r21928)
@@ -86,6 +86,15 @@
     <title>Installation of Babl</title>
 
     <para>
+      First, if you are on i686, fix a compilation error caused by a target
+      option type mismatch.
+    </para>
+
+<screen><userinput remap="pre">case $(uname -m) in
+   i?86) sed -i '27 s/no_cflags/sse2_cflags/' extensions/meson.build ;;
+esac</userinput></screen>
+
+    <para>
       Install <application>Babl</application> by running the following 
commands:
     </para>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Aug 10 17:58:10 
2019        (r21927)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Aug 10 20:38:33 
2019        (r21928)
@@ -46,6 +46,10 @@
       <para>August 10th, 2019</para>
       <itemizedlist>
         <listitem>
+           <para>[renodr] - Fix a build problem on i686 systems in babl.</para>
+          <!-- See https://gitlab.gnome.org/GNOME/babl/issues/41 -->
+        </listitem>
+        <listitem>
           <para>[renodr] - Fix CUPS build with kernel 5.2+ headers. Thanks goes
           to Jean for the report.</para>
         </listitem>
-- 
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