1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix the build with freetype 2.5.1.

This commit is contained in:
Koop Mast 2013-12-08 11:21:07 +00:00
parent d626e7e328
commit d48807ae69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335876

View File

@ -0,0 +1,12 @@
--- src/libnrtype/FontFactory.h.orig 2013-12-08 11:01:49.000000000 +0100
+++ src/libnrtype/FontFactory.h 2013-12-08 11:02:22.000000000 +0100
@@ -31,7 +31,8 @@
#include <pango/pangowin32.h>
#else
#include <pango/pangoft2.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#endif
namespace Glib