Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 608988 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +7 lines)
Line  Link Here
0
-- Coin-3.1.3/src/glue/freetype.cpp
0
++ Coin-3.1.3/src/glue/freetype.cpp
Lines 61-69 Link Here
61
#ifdef HAVE_FREETYPE /* In case we're _not_ doing runtime linking. */
61
#ifdef HAVE_FREETYPE /* In case we're _not_ doing runtime linking. */
62
#define FREETYPEGLUE_ASSUME_FREETYPE 1
62
#define FREETYPEGLUE_ASSUME_FREETYPE 1
63
#include <ft2build.h>
63
#include <ft2build.h>
64
#include <freetype/freetype.h>
64
#include FT_FREETYPE_H
65
#include <freetype/ftglyph.h>
65
#include FT_GLYPH_H
66
#include <freetype/ftoutln.h>
66
#include FT_OUTLINE_H
67
#endif /* FREETYPEGLUE_ASSUME_FREETYPE */
67
#endif /* FREETYPEGLUE_ASSUME_FREETYPE */
68
68
69
#include <Inventor/C/basic.h>
69
#include <Inventor/C/basic.h>
70
-- Coin-3.1.3/src/glue/freetype.h
70
++ Coin-3.1.3/src/glue/freetype.h
Lines 96-103 Link Here
96
96
97
#ifdef HAVE_FREETYPE
97
#ifdef HAVE_FREETYPE
98
#include <ft2build.h>
98
#include <ft2build.h>
99
#include <freetype/freetype.h>
99
#include FT_FREETYPE_H
100
#include <freetype/ftglyph.h>
100
#include FT_GLYPH_H
101
#else /* HAVE_FREETYPE */
101
#else /* HAVE_FREETYPE */
102
102
103
#include <Inventor/C/basic.h>
103
#include <Inventor/C/basic.h>

Return to bug 608988