Changeset 289b0c4f


Ignore:
Timestamp:
05/09/2023 01:07:43 AM (12 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
665cb6c9
Parents:
6123836
Message:

Fix pango ftbfs with gcc-13.1.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r6123836 r289b0c4f  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[ken] - Use a sed to fix pango-1.50.14 FTBFS with GCC-13. Fixes
     46         <ulink url="&blfs-ticket-root;18023">#18023</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[bdubbs] - Update to mlt-7.16.0. Fixes
    4650         <ulink url="&blfs-ticket-root;18021">#18021</ulink>.</para>
  • x/lib/pango.xml

    r6123836 r289b0c4f  
    105105  <sect2 role="installation">
    106106    <title>Installation of Pango</title>
     107
     108    <para>
     109      First work around a bug in gcc-13.1 which triggers a false warning
     110      that breaks a release build:
     111    </para>
     112
     113<screen><userinput>sed -i '/array-bounds/d' meson.build</userinput></screen>
    107114
    108115    <para>
Note: See TracChangeset for help on using the changeset viewer.