diff options
Diffstat (limited to 'misc/gnuit/files/patch-lib-Makefile')
-rw-r--r-- | misc/gnuit/files/patch-lib-Makefile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/misc/gnuit/files/patch-lib-Makefile b/misc/gnuit/files/patch-lib-Makefile new file mode 100644 index 0000000..bc0cb7c --- /dev/null +++ b/misc/gnuit/files/patch-lib-Makefile @@ -0,0 +1,42 @@ +--- lib/Makefile.am.orig 2008-06-29 01:14:36.000000000 +0200 ++++ lib/Makefile.am 2008-12-26 16:38:05.000000000 +0100 +@@ -324,18 +324,6 @@ + charset_alias = $(DESTDIR)$(libdir)/charset.alias + charset_tmp = $(DESTDIR)$(libdir)/charset.tmp + install-exec-local: all-local +- test $(GLIBC21) != no || $(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 \ +--- lib/Makefile.in.orig 2008-06-29 01:14:36.000000000 +0200 ++++ lib/Makefile.in 2008-12-26 16:38:27.000000000 +0100 +@@ -920,18 +920,6 @@ + + all-local: charset.alias ref-add.sed ref-del.sed + install-exec-local: all-local +- test $(GLIBC21) != no || $(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 \ |