xcb-proto-1.9: fix make install with Python3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12279 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2013-11-25 11:34:19 +00:00
parent 48953ef392
commit 2ee3191f6b
2 changed files with 19 additions and 0 deletions

View File

@ -46,6 +46,10 @@
<listitem>
<para>November 25th, 2013</para>
<itemizedlist>
<listitem>
<para>[fernando] - xcb-proto-1.9: fix make install with Python3. Fixes
<ulink url="&blfs-ticket-root;4362">#4362</ulink>.</para>
</listitem>
<listitem>
<para>[igor] - Update to mariadb-10.0.6. Fixes
<ulink url="&blfs-ticket-root;4349">#4349</ulink>.</para>

View File

@ -59,6 +59,16 @@
<bridgehead renderas="sect3">xcb-proto Dependencies</bridgehead>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch (if compiling against <xref linkend="python3"/>):
<ulink url="&patch-root;/xcb-proto-&xcb-proto-version;-py_compile_python3-1.patch"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="python2"/> or
@ -77,6 +87,11 @@
<sect2 role="installation">
<title>Installation of xcb-proto</title>
<para>If you are compiling against <xref linkend="python3"/>, use the
following patch:</para>
<screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-py_compile_python3-1.patch</userinput></screen>
<para>Install <application>xcb-proto</application> by running the following
commands:</para>