Remove an unneeded sed in vlc instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23438 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2020-07-31 03:12:47 +00:00
parent 471904e925
commit 204c6385f4

View File

@ -230,7 +230,6 @@
</para>
<screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h &amp;&amp;
sed -i '/LIBSSH2_VERSION_NUM/s/10801/10900/' modules/access/sftp.c &amp;&amp;
sed -i '/#include &lt;QWidget&gt;/a\#include &lt;QPainterPath&gt;/' \
modules/gui/qt/util/timetooltip.hpp &amp;&amp;
sed -i '/#include &lt;QPainter&gt;/a\#include &lt;QPainterPath&gt;/' \
@ -266,11 +265,6 @@ make</userinput></screen>
building with the current version of <xref linkend="lua"/>.
</para>
<para>
<command>sed ... modules/access/sftp.c</command>: This command fixes
building with <xref linkend="libssh2"/>.
</para>
<para>
<command>sed ... a\#include &lt;QPainterPath&gt;/ ...</command>: These two
sed commands fix building with Qt-5.15.0.