all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 286830ccf846c92ec543e456e2e9645da8162258 752 bytes (raw)
name: gnu/packages/patches/grub-freetype.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
commit fd0df6d098b1e6a4f60275c48a3ec88d15ba1fbb
Author: Colin Watson <cjwatson@ubuntu.com>
Date:   Fri Nov 29 12:19:36 2013 +0000

    Fix build with FreeType 2.5.1
    
    * util/grub-gen-asciih.c: Include FT_SYNTHESIS_H rather than
    <freetype/ftsynth.h>, fixing build with FreeType 2.5.1.
    * util/grub-gen-widthspec.c: Likewise.
    * util/grub-mkfont.c: Likewise.

diff --git a/util/grub-mkfont.c b/util/grub-mkfont.c
index 0d8eb78..242dd01 100644
--- a/util/grub-mkfont.c
+++ b/util/grub-mkfont.c
@@ -43,7 +43,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[] = { 

debug log:

solving 286830c ...
found 286830c in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.