summaryrefslogtreecommitdiff
path: root/graphics/sdl_ttf/files/patch-SDL_ttf.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sdl_ttf/files/patch-SDL_ttf.c')
-rw-r--r--graphics/sdl_ttf/files/patch-SDL_ttf.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/sdl_ttf/files/patch-SDL_ttf.c b/graphics/sdl_ttf/files/patch-SDL_ttf.c
deleted file mode 100644
index dbfadc22790f..000000000000
--- a/graphics/sdl_ttf/files/patch-SDL_ttf.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- SDL_ttf.c.orig Mon May 1 05:26:17 2006
-+++ SDL_ttf.c Sun Sep 24 15:46:44 2006
-@@ -48,7 +48,6 @@
- #include <freetype/ftoutln.h>
- #include <freetype/ttnameid.h>
- */
--#include <freetype/internal/ftobjs.h>
-
- #ifndef FT_OPEN_STREAM
- #define FT_OPEN_STREAM ft_open_stream
-@@ -278,7 +277,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;