mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
e5f38d6b99
commit
16fe9f5d38
@ -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 > 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>
|
||||
|
@ -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 > 0):
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i "s:#include <freetype/ftglyph.h>:#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 > 0).
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>sed -i ...</command>: Fixes install location for documentation.
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user