diff --git a/package/kasc/libsdl_ttf/freetype.patch b/package/kasc/libsdl_ttf/freetype.patch new file mode 100644 index 000000000..e72817258 --- /dev/null +++ b/package/kasc/libsdl_ttf/freetype.patch @@ -0,0 +1,20 @@ +copied from https://www.redhat.com/archives/fedora-extras-commits/2005-December/msg00697.html + +--- SDL_ttf-2.0.7/SDL_ttf.c.freetype-internals 2005-10-17 09:05:19.000000000 -0400 ++++ SDL_ttf-2.0.7/SDL_ttf.c 2005-10-17 09:05:36.000000000 -0400 +@@ -48,7 +48,6 @@ + #include + #include + */ +-#include + + #ifndef FT_OPEN_STREAM + #define FT_OPEN_STREAM ft_open_stream +@@ -275,7 +274,6 @@ + } + memset(stream, 0, sizeof(*stream)); + +- stream->memory = library->memory; + stream->read = RWread; + stream->descriptor.pointer = src; + stream->pos = (unsigned long)position;