aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bootsplash/files/freetype2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/bootsplash/files/freetype2.patch')
-rw-r--r--recipes/bootsplash/files/freetype2.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/bootsplash/files/freetype2.patch b/recipes/bootsplash/files/freetype2.patch
new file mode 100644
index 0000000000..3683c628f8
--- /dev/null
+++ b/recipes/bootsplash/files/freetype2.patch
@@ -0,0 +1,15 @@
+Index: bootsplash-3.0.7/Utilities/ttf.c
+===================================================================
+--- bootsplash-3.0.7.orig/Utilities/ttf.c 2003-08-09 11:58:44.000000000 +0200
++++ bootsplash-3.0.7/Utilities/ttf.c 2006-04-04 11:26:54.210699456 +0200
+@@ -9,8 +9,9 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <assert.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+
+-#include <freetype/freetype.h>
+ #include <freetype/ftoutln.h>
+ #include <freetype/ttnameid.h>
+