summaryrefslogtreecommitdiff
path: root/devel/glib2/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'devel/glib2/patches/patch-af')
-rw-r--r--devel/glib2/patches/patch-af23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/glib2/patches/patch-af b/devel/glib2/patches/patch-af
new file mode 100644
index 00000000000..657023b31c5
--- /dev/null
+++ b/devel/glib2/patches/patch-af
@@ -0,0 +1,23 @@
+$NetBSD: patch-af,v 1.5 2004/04/24 04:54:07 minskim Exp $
+
+--- glib/libcharset/Makefile.in.orig 2004-03-16 11:13:14.000000000 -0600
++++ glib/libcharset/Makefile.in
+@@ -528,18 +528,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 \