summaryrefslogtreecommitdiff
path: root/sysutils/grub2
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-07-11 10:58:43 +0000
committerjperkin <jperkin@pkgsrc.org>2014-07-11 10:58:43 +0000
commit52fafbe38b81f9d656f7222ab5c14c9fa9ec2570 (patch)
treed36ec4b5588d1386e8c6fd42e6d6358c1083bd5f /sysutils/grub2
parent56dd209057ffa6a533ea13ec8e965f6728b81eaf (diff)
downloadpkgsrc-52fafbe38b81f9d656f7222ab5c14c9fa9ec2570.tar.gz
Fix ftsynth.h include. Fixes at least the Linux build.
Diffstat (limited to 'sysutils/grub2')
-rw-r--r--sysutils/grub2/distinfo3
-rw-r--r--sysutils/grub2/patches/patch-util_grub-mkfont.c15
2 files changed, 17 insertions, 1 deletions
diff --git a/sysutils/grub2/distinfo b/sysutils/grub2/distinfo
index f066aae444f..954533e2e5d 100644
--- a/sysutils/grub2/distinfo
+++ b/sysutils/grub2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2012/08/12 13:15:12 marino Exp $
+$NetBSD: distinfo,v 1.3 2014/07/11 10:58:43 jperkin Exp $
SHA1 (grub-2.00.tar.gz) = fcb39b621680caf34071abcb9ec913d5da458554
RMD160 (grub-2.00.tar.gz) = 7a4d4fc2a22dfe169c03ec54b9c9a078679aa506
@@ -13,4 +13,5 @@ SHA1 (patch-grub-core_loader_i386_pc_plan9.c) = 07c909c02210ef59647185cd9b7f43b3
SHA1 (patch-grub-core_script_yylex.l) = 1645d167b90d1862b2d9990dfe7c357778d9a952
SHA1 (patch-stpcpy-1.diff) = d31f8d607900fdde950d3828279d5b3b09812a39
SHA1 (patch-stpcpy-2-gen.diff) = 8b2d08cfe798386eec7d70a3946e7a9430e75254
+SHA1 (patch-util_grub-mkfont.c) = c93b8497672ea038f65af7d8cf0db021fd023761
SHA1 (patch-util_grub.d_10__netbsd.in) = c7ad93fc60594233d71962e625320091d8cc67e5
diff --git a/sysutils/grub2/patches/patch-util_grub-mkfont.c b/sysutils/grub2/patches/patch-util_grub-mkfont.c
new file mode 100644
index 00000000000..0cc30798e97
--- /dev/null
+++ b/sysutils/grub2/patches/patch-util_grub-mkfont.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-util_grub-mkfont.c,v 1.1 2014/07/11 10:58:43 jperkin Exp $
+
+Fix ftsynth.h include.
+
+--- util/grub-mkfont.c.orig 2012-03-10 12:17:57.000000000 +0000
++++ 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[] = {