aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-21 23:34:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-21 23:34:14 +0000
commit5a0a03b666dd18e0d172f641a0dc8965f21f695e (patch)
tree07cdf2309c0b4495f790ec6b58f007d55c307ff5 /print
parentbad0c4eb0f3590811c5040e62ac1c54b3efd88a6 (diff)
downloadports-5a0a03b666dd18e0d172f641a0dc8965f21f695e.tar.gz
ports-5a0a03b666dd18e0d172f641a0dc8965f21f695e.zip
Fix build with freetyp2-2.1.7.
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=104871
Diffstat (limited to 'print')
-rw-r--r--print/ttf2pt1/files/patch-ft.c12
1 files changed, 12 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..02c702492731
--- /dev/null
+++ b/print/ttf2pt1/files/patch-ft.c
@@ -0,0 +1,12 @@
+--- ft.c.orig Sun Mar 21 18:24:06 2004
++++ ft.c Sun Mar 21 18:24:31 2004
+@@ -12,7 +12,8 @@
+ #include <stdlib.h>
+ #include <ctype.h>
+ #include <sys/types.h>
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+ #include <freetype/ftglyph.h>
+ #include <freetype/ftsnames.h>
+ #include <freetype/ttnameid.h>