Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37912550
en ru br
ALT Linux repos
S:030809-alt1

Group :: System/Libraries
RPM: libSDL-sge

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 006_freetype2_fixes.diff
Download


--- a/sge_tt_text.cpp
+++ b/sge_tt_text.cpp
@@ -40,7 +40,6 @@
 #include FT_FREETYPE_H
 #include FT_OUTLINE_H
 #include FT_TRUETYPE_IDS_H
-#include FT_INTERNAL_OBJECTS_H
 
 /* The structure used to hold glyph information (cached) */
 struct glyph {
@@ -295,7 +294,7 @@
 	}
 	memset(stream, 0, sizeof(*stream));
 
-	stream->memory = _sge_library->memory;
+	stream->memory = NULL;
 	stream->read = RWread;
 	stream->descriptor.pointer = src;
 	stream->pos = (unsigned long)position;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin