Fluxbox: fix building with gcc-11.1

This commit is contained in:
Douglas R. Reno 2021-05-19 01:22:25 -05:00
parent 6c7a4aa14a
commit 1a46c6e6db
2 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,9 @@
<listitem>
<para>May 19th, 2021</para>
<itemizedlist>
<listitem>
<para>[renodr] - Fix building Fluxbox with gcc-11.1.</para>
</listitem>
<listitem>
<para>[renodr] - Remove unnecessary configure switches from
the xf86-input-wacom driver.</para>

View File

@ -96,6 +96,12 @@
<sect2 role="installation">
<title>Installation of Fluxbox</title>
<para>
First, fix a build failure when building with gcc-11.1:
</para>
<screen><userinput remap="pre">sed -i '/text_prop.value &gt; 0/s/&gt;/!=/' util/fluxbox-remote.cc</userinput></screen>
<para>
Install <application>Fluxbox</application> by running the following
commands: