Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37910253
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: 005_freetype_support.diff
Download


--- a/sge_tt_text.cpp
+++ b/sge_tt_text.cpp
@@ -36,10 +36,11 @@
 #include "sge_textpp.h"
 
 #ifndef _SGE_NOTTF
-#include <freetype/freetype.h>
-#include <freetype/ftoutln.h>
-#include <freetype/ttnameid.h>
-#include <freetype/internal/ftobjs.h>
+#include <ft2build.h>
+#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 {
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin