$NetBSD: patch-af,v 1.17 2018/04/17 08:03:38 wiz Exp $

--- glib/libcharset/Makefile.in.orig	2018-04-07 02:37:16.000000000 +0000
+++ glib/libcharset/Makefile.in
@@ -1511,18 +1511,6 @@ check-local: test-nonrecursive
 @ENABLE_INSTALLED_TESTS_TRUE@	echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $@.tmp; \
 @ENABLE_INSTALLED_TESTS_TRUE@	mv $@.tmp $@)
 install-exec-local: all-local
-	$(mkinstalldirs) $(DESTDIR)$(GLIB_CHARSETALIAS_DIR)
-	if test -f $(charset_alias); then \
-	  sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
-	  $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
-	  rm -f $(charset_tmp) ; \
-	else \
-	  if test @GLIBC21@ = no; then \
-	    sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
-	    $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
-	    rm -f $(charset_tmp) ; \
-	  fi ; \
-	fi
 
 uninstall-local: all-local
 	if test -f $(charset_alias); then \
