]> git.pld-linux.org Git - packages/SDL_ttf.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 13 Aug 2007 18:09:33 +0000 (18:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_ttf-ft2build_h.patch -> 1.5

SDL_ttf-ft2build_h.patch [deleted file]

diff --git a/SDL_ttf-ft2build_h.patch b/SDL_ttf-ft2build_h.patch
deleted file mode 100644 (file)
index bbdfa8e..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
---- SDL_ttf-2.0.8/SDL_ttf.c.orig       2006-05-21 23:23:20.169387000 +0200
-+++ SDL_ttf-2.0.8/SDL_ttf.c    2006-05-21 23:24:21.793239000 +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;
This page took 0.025975 seconds and 4 git commands to generate.