mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
f431930eb9
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/
19 lines
663 B
Plaintext
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 ;; \
|