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

(-)file_not_specified_in_diff (-11 / +12 lines)
Line  Link Here
0
-- ttmkfdir-3.0.9/encoding.cpp.orig   2002-12-09 17:52:48.000000000 +0900
0
++ ttmkfdir-3.0.9/encoding.cpp        2004-01-31 18:16:46.617118976 +0900
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"
8
#include "ttmkfdir.h"
7
#include "ttmkfdir.h"
9
#include "encoding.h"
8
#include "encoding.h"
10
-- ttmkfdir-3.0.9/encoding.h.orig     2002-12-09 17:52:48.000000000 +0900
9
++ ttmkfdir-3.0.9/encoding.h  2004-01-31 18:19:18.600014064 +0900
Lines 6-12 Link Here
6
#include <map>
6
#include <map>
7
#include <string>
7
#include <string>
8
#include "freetype/freetype.h"
8
#include <ft2build.h>
9
#include FT_FREETYPE_H
9
#include "util.h"
10
#include "util.h"
10
-- ttmkfdir-3.0.9/ttf.h.orig  2003-01-08 14:25:25.000000000 +0900
11
++ ttmkfdir-3.0.9/ttf.h       2004-01-31 18:32:53.333155800 +0900
Lines 3-14 Link Here
3
#define TTF_H__
3
#define TTF_H__
4
#include <string>
4
#include <string>
5
#include "freetype/freetype.h"
5
#include <ft2build.h>
6
#include "freetype/tttables.h"
6
#include FT_FREETYPE_H
7
#include "freetype/ftsnames.h"
7
#include FT_SFNT_NAMES_H
8
#include "freetype/ttnameid.h"
8
#include FT_TRUETYPE_TABLES_H
9
#include "freetype/fterrors.h"
9
#include FT_TRUETYPE_IDS_H
10
#include "freetype/ftmodule.h"
10
#include FT_ERRORS_H
11
#include FT_MODULE_H
11
#include "util.h"
12
#include "util.h"
12
#include "encoding.h"
13
#include "encoding.h"

Return to bug 44119