Changeset 5694241


Ignore:
Timestamp:
08/11/2019 03:38:33 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
9b463b1
Parents:
7081b02
Message:

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

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/babl.xml

    r7081b02 r5694241  
    8787
    8888    <para>
     89      First, if you are on i686, fix a compilation error caused by a target
     90      option type mismatch.
     91    </para>
     92
     93<screen><userinput remap="pre">case $(uname -m) in
     94   i?86) sed -i '27 s/no_cflags/sse2_cflags/' extensions/meson.build ;;
     95esac</userinput></screen>
     96
     97    <para>
    8998      Install <application>Babl</application> by running the following commands:
    9099    </para>
  • introduction/welcome/changelog.xml

    r7081b02 r5694241  
    4646      <para>August 10th, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49           <para>[renodr] - Fix a build problem on i686 systems in babl.</para>
     50          <!-- See https://gitlab.gnome.org/GNOME/babl/issues/41 -->
     51        </listitem>
    4852        <listitem>
    4953          <para>[renodr] - Fix CUPS build with kernel 5.2+ headers. Thanks goes
Note: See TracChangeset for help on using the changeset viewer.