Ignore:
Timestamp:
06/05/2024 04:46:59 AM (6 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
gimp3, trunk
Children:
1c7e3b4e
Parents:
24a668d
Message:

gtksourceview: fix building with GCC 14.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtksourceview.xml

    r24a668d r4872e66  
    9999
    100100    <para>
     101      First, fix building this package with gcc-14:
     102    </para>
     103
     104 <screen><userinput remap="pre">sed -i 's/g_object_ref (buffer)/g_object_ref (GTK_SOURCE_BUFFER (buffer))/' gtksourceview/gtksourceview.c</userinput></screen>
     105
     106    <para>
    101107      Install <application>GtkSourceView</application> by running the
    102108      following commands:
Note: See TracChangeset for help on using the changeset viewer.