@ -0,0 +1,60 @@ |
|||||
|
--- ./libgnomeprint/gnome-font-private.h.orig 2004-12-20 21:26:06.517265736 +0100
|
||||
|
+++ ./libgnomeprint/gnome-font-private.h 2004-12-20 21:26:40.597084816 +0100
|
||||
|
@@ -22,7 +22,8 @@
|
||||
|
|
||||
|
BEGIN_GNOME_DECLS |
||||
|
|
||||
|
-#include <freetype/freetype.h>
|
||||
|
+#include <ft2build.h>
|
||||
|
+#include FT_FREETYPE_H
|
||||
|
#include <libgnomeprint/gp-character-block.h> |
||||
|
#include <libgnomeprint/gp-fontmap.h> |
||||
|
#include <libgnomeprint/gnome-font.h> |
||||
|
--- ./libgnomeprint/parseTT.h.orig 2004-12-20 21:27:18.782279784 +0100
|
||||
|
+++ ./libgnomeprint/parseTT.h 2004-12-20 21:27:58.064308008 +0100
|
||||
|
@@ -22,7 +22,8 @@
|
||||
|
BEGIN_GNOME_DECLS |
||||
|
|
||||
|
#include <glib.h> |
||||
|
-#include <freetype/freetype.h>
|
||||
|
+#include <ft2build.h>
|
||||
|
+#include FT_FREETYPE_H
|
||||
|
|
||||
|
/* |
||||
|
* Convert loaded Freetype TTF face to Type1 |
||||
|
--- ./installer/gnome-font-install.c.orig 2004-12-20 21:28:44.275282872 +0100
|
||||
|
+++ ./installer/gnome-font-install.c 2004-12-20 21:29:08.678573008 +0100
|
||||
|
@@ -26,7 +26,8 @@
|
||||
|
#include <parser.h> |
||||
|
#include <xmlmemory.h> |
||||
|
/* End of ugly thing */ |
||||
|
-#include <freetype/freetype.h>
|
||||
|
+#include <ft2build.h>
|
||||
|
+#include FT_FREETYPE_H
|
||||
|
#include <libgnome/gnome-defs.h> |
||||
|
#include <libgnome/gnome-util.h> |
||||
|
#include <libgnome/gnome-i18n.h> |
||||
|
--- ./installer/gf-pfb.c.orig 2004-12-20 21:29:39.042956920 +0100
|
||||
|
+++ ./installer/gf-pfb.c 2004-12-20 21:30:02.348413952 +0100
|
||||
|
@@ -12,7 +12,8 @@
|
||||
|
#include <fcntl.h> |
||||
|
#include <string.h> |
||||
|
#include <ctype.h> |
||||
|
-#include <freetype/freetype.h>
|
||||
|
+#include <ft2build.h>
|
||||
|
+#include FT_FREETYPE_H
|
||||
|
#include "gf-pfb.h" |
||||
|
|
||||
|
#define noVERBOSE |
||||
|
--- ./installer/gf-ttf.c.orig 2004-12-20 21:30:43.089220408 +0100
|
||||
|
+++ ./installer/gf-ttf.c 2004-12-20 21:31:16.921077184 +0100
|
||||
|
@@ -32,7 +32,8 @@
|
||||
|
#include <fcntl.h> |
||||
|
#include <string.h> |
||||
|
#include <ctype.h> |
||||
|
-#include <freetype/freetype.h>
|
||||
|
+#include <ft2build.h>
|
||||
|
+#include FT_FREETYPE_H
|
||||
|
|
||||
|
#include "gf-ttf.h" |
||||
|
|