diff options
Diffstat (limited to 'ftp/lftp/files')
-rw-r--r-- | ftp/lftp/files/patch-lib-Makefile.in | 41 | ||||
-rw-r--r-- | ftp/lftp/files/patch-ltmain.sh | 6 | ||||
-rw-r--r-- | ftp/lftp/files/patch-src_Makefile.in | 6 |
3 files changed, 47 insertions, 6 deletions
diff --git a/ftp/lftp/files/patch-lib-Makefile.in b/ftp/lftp/files/patch-lib-Makefile.in new file mode 100644 index 000000000000..7543ca708df3 --- /dev/null +++ b/ftp/lftp/files/patch-lib-Makefile.in @@ -0,0 +1,41 @@ +--- lib/Makefile.in.orig 2008-05-23 15:54:06.000000000 +0200 ++++ lib/Makefile.in 2008-05-28 17:40:42.280514020 +0200 +@@ -576,8 +576,6 @@ + libgnu_la_LDFLAGS = $(AM_LDFLAGS) + GPERF = gperf + LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h +-charset_alias = $(DESTDIR)$(libdir)/charset.alias +-charset_tmp = $(DESTDIR)$(libdir)/charset.tmp + all: $(BUILT_SOURCES) config.h + $(MAKE) $(AM_MAKEFLAGS) all-am + +@@ -1107,29 +1105,8 @@ + 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 \ +- sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \ +- if grep '^# Packages using this file: $$' $(charset_tmp) \ +- > /dev/null; then \ +- rm -f $(charset_alias); \ +- else \ +- $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \ +- fi; \ +- rm -f $(charset_tmp); \ +- fi + + charset.alias: config.charset + rm -f t-$@ $@ diff --git a/ftp/lftp/files/patch-ltmain.sh b/ftp/lftp/files/patch-ltmain.sh index e48070bce0b6..c1bb71f5de01 100644 --- a/ftp/lftp/files/patch-ltmain.sh +++ b/ftp/lftp/files/patch-ltmain.sh @@ -1,6 +1,6 @@ ---- ltmain.sh.orig Fri May 23 15:22:56 2003 -+++ ltmain.sh Thu May 27 12:50:36 2004 -@@ -5425,10 +5425,12 @@ +--- build-aux/ltmain.sh.orig 2007-12-29 12:41:13.000000000 +0100 ++++ build-aux/ltmain.sh 2008-05-28 16:41:23.818197162 +0200 +@@ -6058,10 +6058,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/ftp/lftp/files/patch-src_Makefile.in b/ftp/lftp/files/patch-src_Makefile.in index db1ecaf7d909..2d641d7252c5 100644 --- a/ftp/lftp/files/patch-src_Makefile.in +++ b/ftp/lftp/files/patch-src_Makefile.in @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig Thu Dec 23 15:03:41 2004 -+++ src/Makefile.in Thu Dec 23 15:06:20 2004 -@@ -834,7 +834,7 @@ +--- src/Makefile.in.orig 2008-05-23 15:54:07.000000000 +0200 ++++ src/Makefile.in 2008-05-28 16:41:23.857301294 +0200 +@@ -1217,7 +1217,7 @@ info-am: |