<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fix build with freetype 2.5.1.
https://bugzilla.gnome.org/show_bug.cgi?id=719592
--- libgnomeprint/gnome-font-face.c.orig	2010-02-09 06:32:51.000000000 -0600
+++ libgnomeprint/gnome-font-face.c	2013-11-30 04:10:52.000000000 -0600
@@ -36,7 +36,8 @@
 #include &lt;stdarg.h&gt;
 #include &lt;locale.h&gt;
 
-#include &lt;freetype/ftoutln.h&gt;
+#include &lt;ft2build.h&gt;
+#include FT_OUTLINE_H
 
 #include &lt;libgnomeprint/gnome-print-private.h&gt;
 #include &lt;libgnomeprint/gnome-font-private.h&gt;
--- libgnomeprint/gnome-print-gdi.c.orig	2010-02-09 06:32:51.000000000 -0600
+++ libgnomeprint/gnome-print-gdi.c	2013-11-30 04:10:07.000000000 -0600
@@ -36,7 +36,7 @@
 #include &lt;libgnomeprint/gp-gc-private.h&gt;
 
 #include &lt;ft2build.h&gt;
-#include &lt;freetype/freetype.h&gt;
+#include FT_FREETYPE_H
 
 #define WIN32_LEAN_AND_MEAN
 #include &lt;windows.h&gt;
--- libgnomeprint/gnome-rfont.c.orig	2010-02-09 06:32:51.000000000 -0600
+++ libgnomeprint/gnome-rfont.c	2013-11-30 04:09:50.000000000 -0600
@@ -28,8 +28,8 @@
 
 #include &lt;ft2build.h&gt;
 #include FT_FREETYPE_H
-#include &lt;freetype/ftglyph.h&gt;
-#include &lt;freetype/ftbbox.h&gt;
+#include FT_GLYPH_H
+#include FT_BBOX_H
 #include &lt;libart_lgpl/art_misc.h&gt;
 #include &lt;libart_lgpl/art_affine.h&gt;
 #include &lt;libart_lgpl/art_vpath.h&gt;
</pre></body></html>