diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-29 19:02:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-29 19:02:58 +0800 |
commit | 2e899f53d80736631b30da7faa4d0f749c0e8d57 (patch) | |
tree | e3724b76e9ecc16ad3f787a409f2e0bd048f8d18 /ftp/lftp/files | |
parent | 3708450bb42400f54c31b8a452a6bbfe12f2e374 (diff) | |
download | freebsd-ports-gnome-2e899f53d80736631b30da7faa4d0f749c0e8d57.tar.gz freebsd-ports-gnome-2e899f53d80736631b30da7faa4d0f749c0e8d57.tar.zst freebsd-ports-gnome-2e899f53d80736631b30da7faa4d0f749c0e8d57.zip |
- Update to 4.0.5
PR: 142100
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Diffstat (limited to 'ftp/lftp/files')
-rw-r--r-- | ftp/lftp/files/patch-lib-Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ftp/lftp/files/patch-lib-Makefile.in b/ftp/lftp/files/patch-lib-Makefile.in index ac69c16ee15e..0c04b4c8857f 100644 --- a/ftp/lftp/files/patch-lib-Makefile.in +++ b/ftp/lftp/files/patch-lib-Makefile.in @@ -1,15 +1,15 @@ ---- lib/Makefile.in.orig 2009-05-31 16:43:31.478158732 +0000 -+++ lib/Makefile.in 2009-05-31 16:47:08.255450539 +0000 -@@ -886,8 +886,6 @@ - libgnu_la_LDFLAGS = $(AM_LDFLAGS) +--- lib/Makefile.in.orig 2009-12-21 16:27:02.000000000 +0000 ++++ lib/Makefile.in 2009-12-28 07:11:54.582266810 +0000 +@@ -1063,8 +1063,6 @@ + ARG_NONNULL_H = arg-nonnull.h GPERF = gperf - LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h + LINK_WARNING_H = link-warning.h -charset_alias = $(DESTDIR)$(libdir)/charset.alias -charset_tmp = $(DESTDIR)$(libdir)/charset.tmp all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive -@@ -1626,31 +1624,10 @@ +@@ -1877,31 +1875,10 @@ fi ; \ if $$need_charset_alias; then \ $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ @@ -40,4 +40,4 @@ - fi charset.alias: config.charset - rm -f t-$@ $@ + $(AM_V_GEN)rm -f t-$@ $@ && \ |