From 8a0f5d1f18166c81d557276fe4f56ae60477189d Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Wed, 18 Nov 2009 09:23:53 +0100 Subject: Ajout de sdl_ttf#2.0.8-1 --- extra/sdl_ttf/sdl_ttf-noftinternals.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 extra/sdl_ttf/sdl_ttf-noftinternals.patch (limited to 'extra/sdl_ttf/sdl_ttf-noftinternals.patch') diff --git a/extra/sdl_ttf/sdl_ttf-noftinternals.patch b/extra/sdl_ttf/sdl_ttf-noftinternals.patch new file mode 100644 index 000000000..2d536ff7c --- /dev/null +++ b/extra/sdl_ttf/sdl_ttf-noftinternals.patch @@ -0,0 +1,24 @@ +diff -Nru SDL_ttf-2.0.8.orig/SDL_ttf.c SDL_ttf-2.0.8/SDL_ttf.c +--- SDL_ttf-2.0.8.orig/SDL_ttf.c 2006-05-01 11:26:17.000000000 +0200 ++++ SDL_ttf-2.0.8/SDL_ttf.c 2007-01-03 13:32:42.438178717 +0100 +@@ -47,9 +47,9 @@ + #include + #include + #include +-*/ +-#include + ++#include ++*/ + #ifndef FT_OPEN_STREAM + #define FT_OPEN_STREAM ft_open_stream + #endif +@@ -278,7 +278,7 @@ + } + memset(stream, 0, sizeof(*stream)); + +- stream->memory = library->memory; ++ stream->memory = NULL; + stream->read = RWread; + stream->descriptor.pointer = src; + stream->pos = (unsigned long)position; -- cgit v1.2.3-70-g09d2