Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > b612b44bb72d09755bee038ea62f9af9 > files > 2

love0.8-0.8.0-3.mga5.src.rpm

Index: love-0.8.0/src/modules/font/freetype/Font.h
===================================================================
--- love-0.8.0/src/modules/font/freetype/Font.h
+++ love-0.8.0/src/modules/font/freetype/Font.h	2014-03-21 18:06:25.209029610 +0100
@@ -26,14 +26,14 @@
 
 // FreeType2
 #ifdef LOVE_MACOSX
-#include <freetype/ft2build.h>
+#include <freetype2/ft2build.h>
 #else
 #include <ft2build.h>
 #endif
-#include <freetype/freetype.h>
-#include <freetype/ftglyph.h>
-#include <freetype/ftoutln.h>
-#include <freetype/fttrigon.h>
+#include <freetype2/freetype.h>
+#include <freetype2/ftglyph.h>
+#include <freetype2/ftoutln.h>
+#include <freetype2/fttrigon.h>
 
 namespace love
 {
@@ -73,4 +73,4 @@
 } // font
 } // love
 
-#endif // LOVE_FONT_FREETYPE_FONT_H
\ Pas de fin de ligne à la fin du fichier
+#endif // LOVE_FONT_FREETYPE_FONT_H
Index: love-0.8.0/src/modules/font/freetype/TrueTypeRasterizer.h
===================================================================
--- love-0.8.0/src/modules/font/freetype/TrueTypeRasterizer.h
+++ love-0.8.0/src/modules/font/freetype/TrueTypeRasterizer.h	2014-03-21 18:07:03.742185331 +0100
@@ -27,10 +27,10 @@
 
 // TrueType2
 #include <ft2build.h>
-#include <freetype/freetype.h>
-#include <freetype/ftglyph.h>
-#include <freetype/ftoutln.h>
-#include <freetype/fttrigon.h>
+#include <freetype2/freetype.h>
+#include <freetype2/ftglyph.h>
+#include <freetype2/ftoutln.h>
+#include <freetype2/fttrigon.h>
 
 namespace love
 {
@@ -67,4 +67,4 @@
 } // font
 } // love
 
-#endif // LOVE_FONT_FREETYPE_TRUE_TYPE_RASTERIZER_H
\ Pas de fin de ligne à la fin du fichier
+#endif // LOVE_FONT_FREETYPE_TRUE_TYPE_RASTERIZER_H