aboutsummaryrefslogtreecommitdiff
path: root/games/adonthell/files/patch-src_SDL_ttf.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adonthell/files/patch-src_SDL_ttf.c')
-rw-r--r--games/adonthell/files/patch-src_SDL_ttf.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/adonthell/files/patch-src_SDL_ttf.c b/games/adonthell/files/patch-src_SDL_ttf.c
deleted file mode 100644
index 0999b7f20ed3..000000000000
--- a/games/adonthell/files/patch-src_SDL_ttf.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/SDL_ttf.c.orig Wed Oct 4 16:00:53 2006
-+++ src/SDL_ttf.c Wed Oct 4 16:12:38 2006
-@@ -43,7 +43,7 @@
- #include FT_FREETYPE_H
- #include FT_OUTLINE_H
- #include FT_TRUETYPE_IDS_H
--#include FT_INTERNAL_OBJECTS_H
-+/* #include FT_INTERNAL_OBJECTS_H */
-
- #include "SDL.h"
- #include "SDL_endian.h"
-@@ -270,7 +270,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;