diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-21 23:34:14 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-21 23:34:14 +0000 |
commit | 25b79a114407e038ccd933a6219596acd9cd28f9 (patch) | |
tree | 9eca474dbef757223e2244fd97ac100b4901f121 /print/ttf2pt1 | |
parent | d965d9341603ba48e55c9d11b5517fd501c580c4 (diff) | |
download | FreeBSD-ports-25b79a114407e038ccd933a6219596acd9cd28f9.zip FreeBSD-ports-25b79a114407e038ccd933a6219596acd9cd28f9.tar.gz |
Fix build with freetyp2-2.1.7.
Reported by: bento via kris
Diffstat (limited to 'print/ttf2pt1')
-rw-r--r-- | print/ttf2pt1/files/patch-ft.c | 12 |
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 0000000..02c7024 --- /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> |