Changeset 289b0c4f for x/lib


Ignore:
Timestamp:
05/09/2023 01:07:43 AM (14 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.