summaryrefslogtreecommitdiff
path: root/sysutils/grub2/files/patch-grub-core-gnulib-Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/grub2/files/patch-grub-core-gnulib-Makefile.am')
-rw-r--r--sysutils/grub2/files/patch-grub-core-gnulib-Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/grub2/files/patch-grub-core-gnulib-Makefile.am b/sysutils/grub2/files/patch-grub-core-gnulib-Makefile.am
deleted file mode 100644
index 317d167d3a04..000000000000
--- a/sysutils/grub2/files/patch-grub-core-gnulib-Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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 ;; \