summaryrefslogtreecommitdiff
path: root/games/brutalchess/files/patch-src_fontloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/brutalchess/files/patch-src_fontloader.h')
-rw-r--r--games/brutalchess/files/patch-src_fontloader.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/brutalchess/files/patch-src_fontloader.h b/games/brutalchess/files/patch-src_fontloader.h
new file mode 100644
index 000000000000..e1434464ce8d
--- /dev/null
+++ b/games/brutalchess/files/patch-src_fontloader.h
@@ -0,0 +1,17 @@
+--- src/fontloader.h.orig 2013-12-13 10:49:49.000000000 +0100
++++ src/fontloader.h 2013-12-13 10:50:39.000000000 +0100
+@@ -12,11 +12,9 @@
+ //FreeType Headers
+ #include <ft2build.h>
+ #include FT_FREETYPE_H
+-
+-#include <freetype/freetype.h>
+-#include <freetype/ftglyph.h>
+-#include <freetype/ftoutln.h>
+-#include <freetype/fttrigon.h>
++#include FT_GLYPH_H
++#include FT_OUTLINE_H
++#include FT_TRIGONOMETRY_H
+
+ // Other Headers we'll need.
+ #include <vector>