sed to fix 'Transcode-1.1.7 fails to build with FreeType-2.5.x (x > 0)'.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12555 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2014-01-10 23:37:26 +00:00
parent e5f38d6b99
commit 16fe9f5d38
2 changed files with 18 additions and 0 deletions

View File

@ -46,6 +46,11 @@
<listitem>
<para>January 10th, 2014</para>
<itemizedlist>
<listitem>
<para>[fernando] - Transcode-1.1.7 fails to build with
FreeType-2.5.x (x &gt; 0). Fixes
<ulink url="&blfs-ticket-root;4538">#4538</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Update to dhcpcd-6.2.0. Fixes
<ulink url="&blfs-ticket-root;4538">#4538</ulink>.</para>

View File

@ -148,6 +148,14 @@
</para>
</note>
<para>
When building with --enable-freetype2 configure switch, fix the code to
find the header locations for <application>FreeType-2.5.x</application>
(x &gt; 0):
</para>
<screen><userinput>sed -i "s:#include &lt;freetype/ftglyph.h&gt;:#include FT_GLYPH_H:" filter/subtitler/load_font.c</userinput></screen>
<para>
Install <application>Transcode</application> by running the following
commands:
@ -176,6 +184,11 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed -i ... filter/subtitler/load_font.c</command>: Fixes header
locations for new <application>FreeType-2.5.x</application> (x &gt; 0).
</para>
<para>
<command>sed -i ...</command>: Fixes install location for documentation.
</para>