]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libsdl/libsdl-ttf-2.0.3/new-freetype-includes.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libsdl / libsdl-ttf-2.0.3 / new-freetype-includes.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- SDL_ttf-2.0.3/SDL_ttf.c~new-freetype-includes       2001-06-21 07:22:00.000000000 +0200
7 +++ SDL_ttf-2.0.3/SDL_ttf.c     2004-01-21 23:07:04.000000000 +0100
8 @@ -4,6 +4,9 @@
9  #include <string.h>
10  #include <assert.h>
11  
12 +#include <ft2build.h>
13 +#include FT_FREETYPE_H
14 +
15  #include <freetype/freetype.h>
16  #include <freetype/ftoutln.h>
17  #include <freetype/ttnameid.h>