diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-23 04:36:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-23 04:36:17 +0000 |
commit | bc6fc749ebdb52ede5fcda11f1dfbf0690a79639 (patch) | |
tree | e373ebfeb5b6b7090dce1a04b70e7a54ae602e5d /print/gnome-print/files/patch-libgnomeprint_gnome-font-private.h | |
parent | 5800193a297b109e1d6b8db53770c9147eaccfba (diff) | |
download | ports-bc6fc749ebdb52ede5fcda11f1dfbf0690a79639.tar.gz ports-bc6fc749ebdb52ede5fcda11f1dfbf0690a79639.zip |
Notes
Diffstat (limited to 'print/gnome-print/files/patch-libgnomeprint_gnome-font-private.h')
-rw-r--r-- | print/gnome-print/files/patch-libgnomeprint_gnome-font-private.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/gnome-print/files/patch-libgnomeprint_gnome-font-private.h b/print/gnome-print/files/patch-libgnomeprint_gnome-font-private.h new file mode 100644 index 000000000000..f2a1a880c410 --- /dev/null +++ b/print/gnome-print/files/patch-libgnomeprint_gnome-font-private.h @@ -0,0 +1,12 @@ +--- libgnomeprint/gnome-font-private.h.orig Mon Mar 22 23:31:37 2004 ++++ libgnomeprint/gnome-font-private.h Mon Mar 22 23:31:52 2004 +@@ -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> |