* [gentoo-commits] gentoo-x86 commit in media-libs/freetype/files: freetype-2.4.11-auto-hinter_compile_fix.patch
@ 2013-01-25 17:57 Lars Wendler (polynomial-c)
0 siblings, 0 replies; only message in thread
From: Lars Wendler (polynomial-c) @ 2013-01-25 17:57 UTC (permalink / raw
To: gentoo-commits
polynomial-c 13/01/25 17:57:45
Added: freetype-2.4.11-auto-hinter_compile_fix.patch
Log:
Fixed compilation with auto-hinter USE flag being enabled (bug #453956)
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path
1.1 media-libs/freetype/files/freetype-2.4.11-auto-hinter_compile_fix.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/files/freetype-2.4.11-auto-hinter_compile_fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/files/freetype-2.4.11-auto-hinter_compile_fix.patch?rev=1.1&content-type=text/plain
Index: freetype-2.4.11-auto-hinter_compile_fix.patch
===================================================================
From f41ee05475695e301ad282bb63b76658f9589b9b Mon Sep 17 00:00:00 2001
From: Werner Lemberg <wl@gnu.org>
Date: Fri, 25 Jan 2013 16:41:24 +0100
Subject: [PATCH] Fix Savannah bug #38167.
This fixes commit 83c0ebab from 2012-06-27.
* src/truetype/ttinterp.h:
s/TT_CONFIG_OPTION_BYTECODE_INTERPRETER/TT_USE_BYTECODE_INTERPRETER/.
diff --git a/src/truetype/ttinterp.h b/src/truetype/ttinterp.h
index 2aa45a3..6c65df4 100644
--- a/src/truetype/ttinterp.h
+++ b/src/truetype/ttinterp.h
@@ -296,7 +296,7 @@ FT_BEGIN_HEADER
extern const TT_GraphicsState tt_default_graphics_state;
-#ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+#ifdef TT_USE_BYTECODE_INTERPRETER
FT_LOCAL( FT_Error )
TT_Goto_CodeRange( TT_ExecContext exec,
FT_Int range,
@@ -319,7 +319,7 @@ FT_BEGIN_HEADER
FT_Long multiplier,
void* _pbuff,
FT_ULong new_max );
-#endif /* TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
+#endif /* TT_USE_BYTECODE_INTERPRETER */
/*************************************************************************/
@@ -345,7 +345,7 @@ FT_BEGIN_HEADER
TT_New_Context( TT_Driver driver );
-#ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+#ifdef TT_USE_BYTECODE_INTERPRETER
FT_LOCAL( FT_Error )
TT_Done_Context( TT_ExecContext exec );
@@ -361,7 +361,7 @@ FT_BEGIN_HEADER
FT_LOCAL( FT_Error )
TT_Run_Context( TT_ExecContext exec,
FT_Bool debug );
-#endif /* TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
+#endif /* TT_USE_BYTECODE_INTERPRETER */
/*************************************************************************/
--
1.8.1.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-25 17:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25 17:57 [gentoo-commits] gentoo-x86 commit in media-libs/freetype/files: freetype-2.4.11-auto-hinter_compile_fix.patch Lars Wendler (polynomial-c)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox