mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Fix build with freetyp2-2.1.7.
Reported by: bento via kris
This commit is contained in:
parent
bad0c4eb0f
commit
5a0a03b666
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104871
12
print/ttf2pt1/files/patch-ft.c
Normal file
12
print/ttf2pt1/files/patch-ft.c
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user