14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
$OpenBSD: patch-libgnomeprint_parseTT_h,v 1.1 2004/11/08 14:59:17 naddy Exp $
|
|
--- libgnomeprint/parseTT.h.orig Sun Nov 7 17:26:03 2004
|
|
+++ libgnomeprint/parseTT.h Sun Nov 7 17:29:48 2004
|
|
@@ -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
|