summaryrefslogtreecommitdiff
path: root/devel/glib2/patches/patch-af
blob: 4e0fb054568944dea22461d52d2dc6857eb754c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-af,v 1.7 2005/04/15 12:54:38 wiz Exp $

--- glib/libcharset/Makefile.in.orig	2005-04-06 16:20:44.000000000 +0200
+++ glib/libcharset/Makefile.in
@@ -543,18 +543,6 @@ uninstall-am: uninstall-info-am uninstal
 	uninstall-am uninstall-info-am uninstall-local
 
 install-exec-local: all-local
-	$(mkinstalldirs) $(DESTDIR)$(libdir)
-	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 \