mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
bc6fc749eb
Reported by: bento via kris
13 lines
337 B
C
13 lines
337 B
C
--- libgnomeprint/parseTT.c.orig Mon Mar 22 23:29:57 2004
|
|
+++ libgnomeprint/parseTT.c Mon Mar 22 23:30:15 2004
|
|
@@ -107,7 +107,8 @@
|
|
#include <config.h>
|
|
|
|
#include <parseTT.h>
|
|
-#include <freetype/freetype.h>
|
|
+#include <ft2build.h>
|
|
+#include FT_FREETYPE_H
|
|
#include <freetype/ftglyph.h>
|
|
#include <freetype/ftoutln.h>
|
|
#include <stdio.h>
|