]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-freetype_2_1_7.patch
- up
[packages/libreoffice.git] / openoffice-freetype_2_1_7.patch
1 --- oo_1.1_src/vcl/source/glyphs/gcach_ftyp.cxx.orig    2004-01-15 14:16:33.000000000 +0100
2 +++ oo_1.1_src/vcl/source/glyphs/gcach_ftyp.cxx 2004-01-15 18:12:10.921457208 +0100
3 @@ -77,12 +77,13 @@
4  #include <osl/file.hxx>
5  #include <osl/thread.hxx>
6  
7 -#include "freetype/freetype.h"
8 -#include "freetype/ftglyph.h"
9 -#include "freetype/ftoutln.h"
10 -#include "freetype/tttables.h"
11 -#include "freetype/tttags.h"
12 -#include "freetype/ttnameid.h"
13 +#include <ft2build.h>
14 +#include FT_FREETYPE_H
15 +#include FT_TRUETYPE_TABLES_H
16 +#include FT_GLYPH_H
17 +#include FT_OUTLINE_H
18 +#include FT_TRUETYPE_TAGS_H
19 +#include FT_TRUETYPE_IDS_H
20  
21  #ifndef FREETYPE_PATCH
22      // VERSION_MINOR in freetype.h is too coarse
23
24 --- oo_1.1_src/vcl/source/glyphs/gcach_layout.cxx.orig  2004-01-15 18:17:08.079282352 +0100
25 +++ oo_1.1_src/vcl/source/glyphs/gcach_layout.cxx       2004-01-15 18:17:49.194031960 +0100
26 @@ -68,7 +68,8 @@
27  #endif
28  
29  #ifndef _SV_GCACHFTYP_HXX
30 -#include <freetype/freetype.h>
31 +#include <ft2build.h>
32 +#include FT_FREETYPE_H
33  #include <gcach_ftyp.hxx>
34  #endif
35  
This page took 0.046245 seconds and 3 git commands to generate.