1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/sysutils/grub2-efi/files/patch-grub-core-gnulib-Makefile.am
Kris Moore f431930eb9 GNU GRUB is a multiboot boot loader. It was derived from GRUB, the GRand
Unified Bootloader, which was originally designed and implemented by Erich
Stefan Boleyn.

This port builds the GRUB x86_64-efi boot modules, allowing grub-install
or grub-mkrescue to install with EFI support.

WWW: http://www.gnu.org/software/grub/
2013-10-25 20:11:00 +00:00

19 lines
663 B
Plaintext

--- grub-core/gnulib/Makefile.am.orig
+++ grub-core/gnulib/Makefile.am
@@ -404,13 +404,13 @@ all-local: charset.alias ref-add.sed ref
charset_alias = $(DESTDIR)$(libdir)/charset.alias
charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
-install-exec-local: install-exec-localcharset
+install-exec-local:
install-exec-localcharset: all-local
if test $(GLIBC21) = no; then \
case '$(host_os)' in \
darwin[56]*) \
need_charset_alias=true ;; \
- darwin* | cygwin* | mingw* | pw32* | cegcc*) \
+ darwin* | cygwin* | mingw* | pw32* | cegcc* | freebsd*) \
need_charset_alias=false ;; \
*) \
need_charset_alias=true ;; \