mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
24 lines
828 B
Plaintext
24 lines
828 B
Plaintext
$NetBSD: patch-ck,v 1.1 2011/10/09 19:40:02 jmmv Exp $
|
|
|
|
--- glib/libcharset/Makefile.am.orig 2011-06-05 23:18:49.000000000 +0000
|
|
+++ glib/libcharset/Makefile.am
|
|
@@ -25,18 +25,6 @@ EXTRA_DIST += \
|
|
charset_alias = $(DESTDIR)$(libdir)/charset.alias
|
|
charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
|
|
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 \
|