grub2: removed obsolete freetype header hack

This commit is contained in:
Fredrik Rinnestam 2015-11-01 20:07:27 +01:00
parent 64ea9bae39
commit c9bbf9ce26

View File

@ -5,7 +5,7 @@
name=grub2
version=2.00
release=6
release=7
source=(ftp://ftp.gnu.org/gnu/grub/grub-$version.tar.xz \
http://unifoundry.com/unifont-5.1.20080820.pcf.gz \
$name-00_header.diff $name-10_linux.diff grub.cfg.sample)
@ -17,9 +17,6 @@ build() {
# fix for glibc 'gets' removal
sed -i -e '/gets is a/d' grub-core/gnulib/stdio.in.h
# fix for ftsynth.h path
sed -i -e 's|freetype/ftsynth.h|freetype2/ftsynth.h|' util/grub-mkfont.c
patch -i $SRC/$name-00_header.diff util/grub.d/00_header.in
patch -i $SRC/$name-10_linux.diff util/grub.d/10_linux.in