Fix pango ftbfs with gcc-13.1.

This commit is contained in:
Ken Moffat 2023-05-09 02:07:43 +01:00
parent 6123836a62
commit 289b0c4f85
2 changed files with 11 additions and 0 deletions

View File

@ -41,6 +41,10 @@
<listitem>
<para>May 8th, 2023</para>
<itemizedlist>
<listitem>
<para>[ken] - Use a sed to fix pango-1.50.14 FTBFS with GCC-13. Fixes
<ulink url="&blfs-ticket-root;18023">#18023</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to mlt-7.16.0. Fixes
<ulink url="&blfs-ticket-root;18021">#18021</ulink>.</para>

View File

@ -105,6 +105,13 @@
<sect2 role="installation">
<title>Installation of Pango</title>
<para>
First work around a bug in gcc-13.1 which triggers a false warning
that breaks a release build:
</para>
<screen><userinput>sed -i '/array-bounds/d' meson.build</userinput></screen>
<para>
Install <application>Pango</application> by running the following
commands: