summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-05-20 18:19:40 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-05-20 18:19:40 +0000
commitbbadac218820ad7086d782270cf8884ed4153d40 (patch)
tree1775e33564f41aa17dab1899612a3aed85c33b2a /media-libs/sdl-ttf/files
parentRemove redundant linux-info_pkg_setup call. (diff)
downloadgentoo-2-bbadac218820ad7086d782270cf8884ed4153d40.tar.gz
gentoo-2-bbadac218820ad7086d782270cf8884ed4153d40.tar.bz2
gentoo-2-bbadac218820ad7086d782270cf8884ed4153d40.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/sdl-ttf/files')
-rw-r--r--media-libs/sdl-ttf/files/sdl-ttf-2.0.8-noftinternals.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/media-libs/sdl-ttf/files/sdl-ttf-2.0.8-noftinternals.patch b/media-libs/sdl-ttf/files/sdl-ttf-2.0.8-noftinternals.patch
deleted file mode 100644
index bc066eb31c7b..000000000000
--- a/media-libs/sdl-ttf/files/sdl-ttf-2.0.8-noftinternals.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -ur 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-08-31 13:44:21.000000000 +0200
-+++ SDL_ttf-2.0.8/SDL_ttf.c 2006-08-31 13:44:34.000000000 +0200
-@@ -43,16 +43,6 @@
- #include FT_FREETYPE_H
- #include FT_OUTLINE_H
- #include FT_TRUETYPE_IDS_H
--/*
--#include <freetype/freetype.h>
--#include <freetype/ftoutln.h>
--#include <freetype/ttnameid.h>
--*/
--#include <freetype/internal/ftobjs.h>
--
--#ifndef FT_OPEN_STREAM
--#define FT_OPEN_STREAM ft_open_stream
--#endif
-
- #include "SDL.h"
- #include "SDL_endian.h"
-@@ -278,7 +268,7 @@
- }
- memset(stream, 0, sizeof(*stream));
-
-- stream->memory = library->memory;
-+ stream->memory = NULL; /* set by FT_Open_Face */
- stream->read = RWread;
- stream->descriptor.pointer = src;
- stream->pos = (unsigned long)position;