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

Collapse All | Expand All

(-)ttmkfdir-3.0.9.origin/encoding.cpp (-1 / +2 lines)
Lines 4-10 Link Here
4
#include <cstring>
4
#include <cstring>
5
#include <unistd.h>
5
#include <unistd.h>
6
#include <zlib.h>
6
#include <zlib.h>
7
#include "freetype/freetype.h"
7
#include <ft2build.h>
8
#include FT_FREETYPE_H
8
9
9
#include "ttmkfdir.h"
10
#include "ttmkfdir.h"
10
#include "encoding.h"
11
#include "encoding.h"
(-)ttmkfdir-3.0.9.origin/encoding.h (-1 / +2 lines)
Lines 6-12 Link Here
6
#include <map>
6
#include <map>
7
#include <string>
7
#include <string>
8
8
9
#include "freetype/freetype.h"
9
#include <ft2build.h>
10
#include FT_FREETYPE_H
10
11
11
#include "util.h"
12
#include "util.h"
12
13
(-)ttmkfdir-3.0.9.origin/ttf.cpp (-1 / +2 lines)
Lines 3-9 Link Here
3
#include <cctype>
3
#include <cctype>
4
#include <cstring>
4
#include <cstring>
5
5
6
#include "freetype/tttables.h"
6
#include <ft2build.h>
7
#include FT_TRUETYPE_TABLES_H
7
#include "ttmkfdir.h"
8
#include "ttmkfdir.h"
8
#include "ttf.h"
9
#include "ttf.h"
9
#include "ttos2val.h"
10
#include "ttos2val.h"
(-)ttmkfdir-3.0.9.origin/ttf.h (-6 / +7 lines)
Lines 3-14 Link Here
3
#define TTF_H__
3
#define TTF_H__
4
4
5
#include <string>
5
#include <string>
6
#include "freetype/freetype.h"
6
#include <ft2build.h>
7
#include "freetype/tttables.h"
7
#include FT_FREETYPE_H
8
#include "freetype/ftsnames.h"
8
#include FT_TRUETYPE_TABLES_H
9
#include "freetype/ttnameid.h"
9
#include FT_SFNT_NAMES_H
10
#include "freetype/fterrors.h"
10
#include FT_TRUETYPE_IDS_H
11
#include "freetype/ftmodule.h"
11
#include FT_ERRORS_H
12
#include FT_MODULE_H
12
13
13
#include "util.h"
14
#include "util.h"
14
#include "encoding.h"
15
#include "encoding.h"

Return to bug 44119