Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 0a6e0b85e721efc7ca010a0794a4d2a7 > files > 1

navit-0.2.0-9.mga5.src.rpm

--- navit-0.2.0/navit/font/freetype/font_freetype.c.orig	2014-05-19 20:18:54.805632480 -0400
+++ navit-0.2.0/navit/font/freetype/font_freetype.c	2014-05-19 20:18:57.412963858 -0400
@@ -17,7 +17,7 @@
 #include <fribidi/fribidi-deprecated.h>
 #endif 
 #endif
-#include <freetype/ftglyph.h>
+#include FT_GLYPH_H
 #include "point.h"
 #include "graphics.h"
 #include "debug.h"
--- navit-0.2.0/navit/graphics/sdl/graphics_sdl.c.orig	2014-05-19 20:43:59.725900107 -0400
+++ navit-0.2.0/navit/graphics/sdl/graphics_sdl.c	2014-05-19 20:45:00.904675615 -0400
@@ -70,7 +70,7 @@
 #include <fontconfig/fontconfig.h>
 #include <ft2build.h>
 #include FT_FREETYPE_H
-#include <freetype/ftglyph.h>
+#include FT_GLYPH_H
 #endif
 #include <event.h>