summaryrefslogtreecommitdiff
path: root/sysutils/grub2/files/patch-grub-core-gnulib-Makefile.am
blob: 317d167d3a0475866a0522ee82f467452ad7e97a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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 ;; \