summaryrefslogtreecommitdiff
path: root/app-text/ttf2pt1/files/ttf2pt1-3.4.4-freetype-2.5.patch
blob: 613da6c7339be2539c6589030e414cd0287b983f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff -Naur ttf2pt1-3.4.4-orig/ft.c ttf2pt1-3.4.4/ft.c
--- ttf2pt1-3.4.4.orig/ft.c	2014-07-02 14:19:32.000000000 -0700
+++ ttf2pt1-3.4.4/ft.c	2014-07-02 14:20:22.794538869 -0700
@@ -13,11 +13,11 @@
 #include <ctype.h>
 #include <sys/types.h>
 #include <ft2build.h>
-#include <freetype/freetype.h>
-#include <freetype/ftglyph.h>
-#include <freetype/ftsnames.h>
-#include <freetype/ttnameid.h>
-#include <freetype/ftoutln.h>
+#include <freetype2/freetype.h>
+#include <freetype2/ftglyph.h>
+#include <freetype2/ftsnames.h>
+#include <freetype2/ttnameid.h>
+#include <freetype2/ftoutln.h>
 #include "pt1.h"
 #include "global.h"