]> git.pld-linux.org Git - packages/SDL_ttf.git/blob - SDL_ttf-ft2build_h.patch
- install actual showfont binary, not wrapper script
[packages/SDL_ttf.git] / SDL_ttf-ft2build_h.patch
1 --- SDL_ttf-2.0.7/SDL_ttf.c.orig        2004-12-16 06:39:54.000000000 +0100
2 +++ SDL_ttf-2.0.7/SDL_ttf.c     2005-01-16 00:45:34.909519768 +0100
3 @@ -43,12 +43,13 @@
4  #include FT_FREETYPE_H
5  #include FT_OUTLINE_H
6  #include FT_TRUETYPE_IDS_H
7 +#include FT_INTERNAL_OBJECTS_H
8  /*
9  #include <freetype/freetype.h>
10  #include <freetype/ftoutln.h>
11  #include <freetype/ttnameid.h>
12 -*/
13  #include <freetype/internal/ftobjs.h>
14 +*/
15  
16  #ifndef FT_OPEN_STREAM
17  #define FT_OPEN_STREAM ft_open_stream
18 @@ -182,7 +183,7 @@
19           int          err_code;
20           const char*  err_msg;
21         } ft_errors[] = {
22 -#include <freetype/fterrors.h>
23 +#include FT_ERRORS_H
24         };
25         int i;
26         const char *err_msg;
This page took 0.039883 seconds and 3 git commands to generate.