mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Fix pango ftbfs with gcc-13.1.
This commit is contained in:
parent
6123836a62
commit
289b0c4f85
@ -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>
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user