Changeset 4d96d76


Ignore:
Timestamp:
05/13/2023 07:43:02 PM (12 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
ccbae9a
Parents:
35087ed
Message:

Fix building nautilus with GCC-13

Apply an upstream fix that also prevents crashes in some cases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/nautilus.xml

    r35087ed r4d96d76  
    119119
    120120<screen><userinput>sed "/docdir =/s@\$@ / 'nautilus-&nautilus-version;'@" -i meson.build</userinput></screen>
     121
     122    <para>
     123      Fix an inverted test that may lead to crashes, and also prevents
     124      building with GCC-13:
     125    </para>
     126
     127<screen><userinput>sed "/assert (basename ==/s/==/!=/" -i src/nautilus-file-operations.c</userinput></screen>
    121128
    122129    <para>
Note: See TracChangeset for help on using the changeset viewer.