Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 753788
Collapse All | Expand All

(-)a/fontforge/fffreetype.h (-1 / +3 lines)
Lines 39-45 Link Here
39
#endif
39
#endif
40
40
41
#if defined(FREETYPE_HAS_DEBUGGER)
41
#if defined(FREETYPE_HAS_DEBUGGER)
42
# include <internal/internal.h>
42
#if FREETYPE_MAJOR == 2 && (FREETYPE_MINOR < 10 || (FREETYPE_MINOR == 10 && FREETYPE_PATCH < 3))
43
#  include <internal/internal.h>
44
# endif
43
# include <ttdriver.h>
45
# include <ttdriver.h>
44
# include <ttinterp.h>
46
# include <ttinterp.h>
45
# include <ttobjs.h>
47
# include <ttobjs.h>
(-)a/fontforgeexe/cvdebug.c (-1 / +3 lines)
Lines 59-65 void CVDebugPointPopup(CharView *cv) { Link Here
59
#include <ft2build.h>
59
#include <ft2build.h>
60
#include FT_FREETYPE_H
60
#include FT_FREETYPE_H
61
61
62
#include <internal/internal.h>
62
#if FREETYPE_MAJOR == 2 && (FREETYPE_MINOR < 10 || (FREETYPE_MINOR == 10 && FREETYPE_PATCH < 3))
63
# include <internal/internal.h>
64
#endif
63
#include <ttinterp.h>
65
#include <ttinterp.h>
64
66
65
# define PPEMX(exc)	((exc)->size->root.metrics.x_ppem)
67
# define PPEMX(exc)	((exc)->size->root.metrics.x_ppem)
(-)a/fontforgeexe/cvdgloss.c (-1 / +3 lines)
Lines 42-48 extern GBox _ggadget_Default_Box; Link Here
42
#include <ft2build.h>
42
#include <ft2build.h>
43
#include FT_FREETYPE_H
43
#include FT_FREETYPE_H
44
44
45
#include <internal/internal.h>
45
#if FREETYPE_MAJOR == 2 && (FREETYPE_MINOR < 10 || (FREETYPE_MINOR == 10 && FREETYPE_PATCH < 3))
46
# include <internal/internal.h>
47
#endif
46
#include <ttinterp.h>
48
#include <ttinterp.h>
47
49
48
#define PPEMX(exc)	((exc)->size->root.metrics.x_ppem)
50
#define PPEMX(exc)	((exc)->size->root.metrics.x_ppem)

Return to bug 753788