Changeset 4872e66


Ignore:
Timestamp:
06/05/2024 04:46:59 AM (4 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
1c7e3b4e
Parents:
24a668d
Message:

gtksourceview: fix building with GCC 14.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r24a668d r4872e66  
    4343      <para>June 4th, 2024</para>
    4444      <itemizedlist>
     45        <listitem>
     46          <para>[renodr] - Fix building gtksourceview-3.24.11 with gcc14. Fixes
     47          <ulink url="&blfs-ticket-root;19883">#19883</ulink>.</para>
     48        </listitem>
    4549        <listitem>
    4650          <para>[renodr] - Fix building xine-lib with ffmpeg-7. Fixes
  • 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.