Changeset f34f0a2e


Ignore:
Timestamp:
05/07/2023 09:08:42 AM (12 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
2e597c5e
Parents:
cecc62c4
git-author:
Xi Ruoyao <xry111@…> (05/07/2023 02:21:46 AM)
git-committer:
Xi Ruoyao <xry111@…> (05/07/2023 09:08:42 AM)
Message:

webkitgtk: Fix FTBFS with GCC 13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    rcecc62c4 rf34f0a2e  
    141141    <application>WebKitGTK</application></bridgehead>
    142142
    143 <!--
    144     <para>
    145       Fix an issue causing a crash viewing some web pages:
    146     </para>
    147 
    148 <screen><userinput>patch -Np1 -i ../webkitgtk-&webkitgtk-version;-upstream_fix-1.patch</userinput></screen>
    149 -->
     143    <para>
     144      Fix a non-standard grammar consturction rejected by GCC 13:
     145    </para>
     146
     147<screen><userinput>sed '/m_brush =/s/{/Brush {/' \
     148    -i Source/WebCore/platform/graphics/SourceBrush.cpp</userinput></screen>
    150149
    151150    <important>
Note: See TracChangeset for help on using the changeset viewer.