diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-14 18:21:19 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-14 18:21:19 +0000 |
commit | c4a653303c485297ae7929069b0f3ed71147bb41 (patch) | |
tree | 7155c2566f7658674b5abc888b077a80b6239b7d /print/ttf2pt1/files/patch-ft.c | |
parent | add x86info (diff) |
enable freetype support
PR: 30122
Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
Notes
Notes:
svn path=/head/; revision=48764
Diffstat (limited to 'print/ttf2pt1/files/patch-ft.c')
-rw-r--r-- | print/ttf2pt1/files/patch-ft.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ttf2pt1/files/patch-ft.c b/print/ttf2pt1/files/patch-ft.c new file mode 100644 index 000000000000..f82957793088 --- /dev/null +++ b/print/ttf2pt1/files/patch-ft.c @@ -0,0 +1,11 @@ +--- ft.c.orig Wed May 16 10:31:08 2001 ++++ ft.c Mon Aug 27 17:58:55 2001 +@@ -14,7 +14,7 @@ + #include <sys/types.h> + #include <freetype/freetype.h> + #include <freetype/ftglyph.h> +-#include <freetype/ftnames.h> ++#include <freetype/ftsnames.h> + #include <freetype/ttnameid.h> + #include <freetype/ftoutln.h> + #include "pt1.h" |