diff options
Diffstat (limited to 'devel/SDL_ttf')
-rw-r--r-- | devel/SDL_ttf/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/SDL_ttf/patches/patch-aa b/devel/SDL_ttf/patches/patch-aa new file mode 100644 index 00000000000..bad876c94d3 --- /dev/null +++ b/devel/SDL_ttf/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2004/04/27 15:13:56 adam Exp $ + +--- SDL_ttf.c.orig 2004-04-27 09:56:19.000000000 +0000 ++++ SDL_ttf.c +@@ -39,6 +39,7 @@ + #define FREEA(p) free(p) + #endif + ++#include <ft2build.h> + #include <freetype/freetype.h> + #include <freetype/ftoutln.h> + #include <freetype/ttnameid.h> |