summaryrefslogtreecommitdiff
path: root/games-arcade/openmortal/files/openmortal-0.7-freetype.patch
blob: 2c545edc1d1309ce144dfe9de2ecae9636b88aad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/src/sge_tt_text.cpp
+++ b/src/sge_tt_text.cpp
@@ -37,9 +37,9 @@
 
 #ifndef _SGE_NOTTF
 #include <ft2build.h>
-#include <freetype/freetype.h>
-#include <freetype/ftoutln.h>
-#include <freetype/ttnameid.h>
+#include FT_FREETYPE_H
+#include FT_OUTLINE_H
+#include FT_TRUETYPE_IDS_H
 
 /* The structure used to hold glyph information (cached) */
 struct glyph {