File use-recommended-freetype-include.patch of Package libLASi

--- include/LASi.h.orig	2011-09-21 14:09:55.000000000 -0500
+++ include/LASi.h	2013-11-27 05:49:26.000000000 -0600
@@ -11,7 +11,8 @@
 #include <sstream>
 #include <map>
 #include <pango/pango.h>
-#include <freetype/ftglyph.h>
+#include <ft2build.h>
+#include FT_GLYPH_H
 
 class FreetypeGlyphMgr;
 class ContextMgr;
--- src/drawGlyph.cpp.orig	2011-09-21 14:09:55.000000000 -0500
+++ src/drawGlyph.cpp	2013-11-27 05:47:16.000000000 -0600
@@ -6,7 +6,8 @@
  */
 
 #include <ostream>
-#include <freetype/ftoutln.h>
+#include <ft2build.h>
+#include FT_OUTLINE_H
 #include <algorithm>
 #include <LASi.h>
 #include <config.h>
--- src/glyphMgr.cpp.orig	2011-09-21 14:09:55.000000000 -0500
+++ src/glyphMgr.cpp	2013-11-27 05:49:04.000000000 -0600
@@ -10,8 +10,7 @@
 
 #include <ft2build.h>
 #include FT_FREETYPE_H
-
-#include <freetype/ftglyph.h>
+#include FT_GLYPH_H
 
 #include <cassert>
 #include "util.h"
--- src/glyphMgr.h.orig	2011-09-21 14:09:55.000000000 -0500
+++ src/glyphMgr.h	2013-11-27 05:48:18.000000000 -0600
@@ -15,8 +15,7 @@
 
 #include <ft2build.h>
 #include FT_FREETYPE_H
-
-#include <freetype/ftglyph.h>
+#include FT_GLYPH_H
 
 /** Manage FT_Glyph by insuring that FT_Glyph is handled correctly.
  */
--- src/util.h.orig	2011-09-21 14:09:55.000000000 -0500
+++ src/util.h	2013-11-27 05:48:46.000000000 -0600
@@ -18,7 +18,7 @@
 
 #include <ft2build.h>
 #include FT_FREETYPE_H
-#include <freetype/ftglyph.h>
+#include FT_GLYPH_H
 
 std::ostream& operator<<(std::ostream&, const FT_Library);
 std::ostream& operator<<(std::ostream&, const FT_Face);
openSUSE Build Service is sponsored by