]> git.pld-linux.org Git - packages/SDL_ttf.git/blob - SDL_ttf-ft2build_h.patch
- killed backup file (40kB less), use macros for includes as advised
[packages/SDL_ttf.git] / SDL_ttf-ft2build_h.patch
1 --- SDL_ttf-2.0.6/SDL_ttf.c.orig        2003-02-21 18:38:15.000000000 +0100
2 +++ SDL_ttf-2.0.6/SDL_ttf.c     2003-12-29 13:31:55.886630184 +0100
3 @@ -39,10 +39,11 @@
4  #define FREEA(p) free(p)
5  #endif
6  
7 -#include <freetype/freetype.h>
8 -#include <freetype/ftoutln.h>
9 -#include <freetype/ttnameid.h>
10 -#include <freetype/internal/ftobjs.h>
11 +#include <ft2build.h>
12 +#include FT_FREETYPE_H
13 +#include FT_OUTLINE_H
14 +#include FT_TRUETYPE_IDS_H
15 +#include FT_INTERNAL_OBJECTS_H
16  
17  #include "SDL.h"
18  #include "SDL_endian.h"
19 @@ -172,7 +173,7 @@
20           int          err_code;
21           const char*  err_msg;
22         } ft_errors[] = {
23 -#include <freetype/fterrors.h>
24 +#include FT_ERRORS_H
25         };
26         int i;
27         const char *err_msg;
This page took 0.211999 seconds and 4 git commands to generate.