freebsd-ports/print/gnome-print/files/patch-installer_gnome-font-install.c
Joe Marcus Clarke bc6fc749eb Fix build with freetype2-2.1.7.
Reported by:	bento via kris
2004-03-23 04:36:17 +00:00

12 lines
394 B
C

--- installer/gnome-font-install.c.orig Mon Mar 22 23:32:31 2004
+++ installer/gnome-font-install.c Mon Mar 22 23:32:44 2004
@@ -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>