mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
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:
parent
48953ef392
commit
2ee3191f6b
@ -46,6 +46,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>November 25th, 2013</para>
|
<para>November 25th, 2013</para>
|
||||||
<itemizedlist>
|
<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>
|
<listitem>
|
||||||
<para>[igor] - Update to mariadb-10.0.6. Fixes
|
<para>[igor] - Update to mariadb-10.0.6. Fixes
|
||||||
<ulink url="&blfs-ticket-root;4349">#4349</ulink>.</para>
|
<ulink url="&blfs-ticket-root;4349">#4349</ulink>.</para>
|
||||||
|
@ -59,6 +59,16 @@
|
|||||||
|
|
||||||
<bridgehead renderas="sect3">xcb-proto Dependencies</bridgehead>
|
<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>
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||||||
<para role="required">
|
<para role="required">
|
||||||
<xref linkend="python2"/> or
|
<xref linkend="python2"/> or
|
||||||
@ -77,6 +87,11 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of xcb-proto</title>
|
<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
|
<para>Install <application>xcb-proto</application> by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user