diff options
author | 2004-07-01 03:31:27 +0000 | |
---|---|---|
committer | 2004-07-01 03:31:27 +0000 | |
commit | e36717ab53671b8669cb5bf4748161852681c9ff (patch) | |
tree | b1504723f594af36af4b38cb07b57e12b0cbf557 /media-libs/sdl-ttf/files | |
parent | stable on ppc64, bug #55597 (Manifest recommit) (diff) | |
download | gentoo-2-e36717ab53671b8669cb5bf4748161852681c9ff.tar.gz gentoo-2-e36717ab53671b8669cb5bf4748161852681c9ff.tar.bz2 gentoo-2-e36717ab53671b8669cb5bf4748161852681c9ff.zip |
Add patch from Ming Zhao via bug #55746 to support latest freetype
Diffstat (limited to 'media-libs/sdl-ttf/files')
-rw-r--r-- | media-libs/sdl-ttf/files/ft2build.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/sdl-ttf/files/ft2build.patch b/media-libs/sdl-ttf/files/ft2build.patch new file mode 100644 index 000000000000..56868fdf871b --- /dev/null +++ b/media-libs/sdl-ttf/files/ft2build.patch @@ -0,0 +1,12 @@ +--- SDL_ttf.c.orig 2003-02-22 01:38:15.000000000 +0800 ++++ SDL_ttf.c 2004-07-01 10:36:07.439887480 +0800 +@@ -39,7 +39,8 @@ + #define FREEA(p) free(p) + #endif + +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + #include <freetype/ftoutln.h> + #include <freetype/ttnameid.h> + #include <freetype/internal/ftobjs.h> |