From 974e0727fe9354196384117d5e1a66fc98240538 Mon Sep 17 00:00:00 2001 From: lofi Date: Thu, 18 Mar 2004 16:42:48 +0000 Subject: Fix build with freetype2-2.1.7. Submitted by: Jeremy Prior --- graphics/sdl_ttf/files/patch-SDL_ttf.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 graphics/sdl_ttf/files/patch-SDL_ttf.c (limited to 'graphics') diff --git a/graphics/sdl_ttf/files/patch-SDL_ttf.c b/graphics/sdl_ttf/files/patch-SDL_ttf.c new file mode 100644 index 0000000..2a90e81 --- /dev/null +++ b/graphics/sdl_ttf/files/patch-SDL_ttf.c @@ -0,0 +1,12 @@ +--- SDL_ttf.c.orig Thu Mar 18 15:06:45 2004 ++++ SDL_ttf.c Thu Mar 18 15:07:13 2004 +@@ -39,7 +39,8 @@ + #define FREEA(p) free(p) + #endif + +-#include ++#include ++#include FT_FREETYPE_H + #include + #include + #include -- cgit v1.1