Magellan Linux

Contents of /trunk/grub/patches/grub-2.00-freetype25.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2373 - (show annotations) (download)
Tue Jan 21 09:23:01 2014 UTC (10 years, 3 months ago) by niro
File size: 473 byte(s)
-fix ftbfs with >=freetype-2.5
1 diff -Naur grub-2.00/util/grub-mkfont.c grub-2.00-freetype25/util/grub-mkfont.c
2 --- grub-2.00/util/grub-mkfont.c 2012-03-10 12:17:57.000000000 +0000
3 +++ grub-2.00-freetype25/util/grub-mkfont.c 2014-01-21 11:55:16.895000000 +0000
4 @@ -39,7 +39,7 @@
5 #include FT_FREETYPE_H
6 #include FT_TRUETYPE_TAGS_H
7 #include FT_TRUETYPE_TABLES_H
8 -#include <freetype/ftsynth.h>
9 +#include FT_SYNTHESIS_H
10
11 #undef __FTERRORS_H__
12 #define FT_ERROR_START_LIST const char *ft_errmsgs[] = {