webkitgtk: Fix FTBFS with GCC 13

This commit is contained in:
Xi Ruoyao 2023-05-07 10:21:46 +08:00
parent cecc62c4db
commit f34f0a2e0e
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -140,13 +140,12 @@
<bridgehead renderas="sect3">Installation of
<application>WebKitGTK</application></bridgehead>
<!--
<para>
Fix an issue causing a crash viewing some web pages:
Fix a non-standard grammar consturction rejected by GCC 13:
</para>
<screen><userinput>patch -Np1 -i ../webkitgtk-&webkitgtk-version;-upstream_fix-1.patch</userinput></screen>
-->
<screen><userinput>sed '/m_brush =/s/{/Brush {/' \
-i Source/WebCore/platform/graphics/SourceBrush.cpp</userinput></screen>
<important>
<para>