summaryrefslogtreecommitdiff
path: root/sys-boot/grub/files/101-freetype2_fix_mkfont.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/grub/files/101-freetype2_fix_mkfont.patch')
-rw-r--r--sys-boot/grub/files/101-freetype2_fix_mkfont.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-boot/grub/files/101-freetype2_fix_mkfont.patch b/sys-boot/grub/files/101-freetype2_fix_mkfont.patch
new file mode 100644
index 00000000..fc9f146d
--- /dev/null
+++ b/sys-boot/grub/files/101-freetype2_fix_mkfont.patch
@@ -0,0 +1,11 @@
+--- a/util/grub-mkfont.c
++++ b/util/grub-mkfont.c
+@@ -39,7 +39,7 @@
+ #include FT_FREETYPE_H
+ #include FT_TRUETYPE_TAGS_H
+ #include FT_TRUETYPE_TABLES_H
+-#include <freetype/ftsynth.h>
++#include FT_SYNTHESIS_H
+
+ #undef __FTERRORS_H__
+ #define FT_ERROR_START_LIST const char *ft_errmsgs[] = {