]> git.pld-linux.org Git - packages/SDL_ttf.git/blame - SDL_ttf-ft2build_h.patch
- install actual showfont binary, not wrapper script
[packages/SDL_ttf.git] / SDL_ttf-ft2build_h.patch
CommitLineData
f82432ca
JB
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
d9a4bf86 7+#include FT_INTERNAL_OBJECTS_H
f82432ca
JB
8 /*
9 #include <freetype/freetype.h>
10 #include <freetype/ftoutln.h>
11 #include <freetype/ttnameid.h>
12-*/
13 #include <freetype/internal/ftobjs.h>
14+*/
d9a4bf86 15
f82432ca
JB
16 #ifndef FT_OPEN_STREAM
17 #define FT_OPEN_STREAM ft_open_stream
18@@ -182,7 +183,7 @@
d9a4bf86
JB
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.067303 seconds and 4 git commands to generate.