mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Fix sawfish FTBFS with gcc-10
Add missing text in inkscape git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23130 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
991230334e
commit
270505a360
@ -44,9 +44,12 @@
|
||||
<listitem>
|
||||
<para>May 13th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Fix building Sawfish with GCC-10.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[pierre] - Update to Java(32 bit) 14.0.1+7. Fixes
|
||||
<ulink url="&blfs-ticket-root;13530">#13530</ulink>.</para>
|
||||
<ulink url="&blfs-ticket-root;13530">#13530</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Remove invalid dependency from gdk-pixbuf. Fixes
|
||||
|
@ -72,6 +72,16 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/sawfish-&sawfish-version;-gcc10_fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">sawfish Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -88,6 +98,12 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of sawfish</title>
|
||||
|
||||
<para>
|
||||
First, adapt <application>sawfish</application> to build with GCC-10:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../sawfish-&sawfish-version;-gcc10_fixes-1.patch</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>sawfish</application> by running the following
|
||||
commands:
|
||||
|
@ -251,6 +251,10 @@ make</userinput></screen>
|
||||
</para>
|
||||
-->
|
||||
|
||||
<para>
|
||||
This package does not come with a working test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user