diff options
author | 2014-10-10 15:31:42 +0000 | |
---|---|---|
committer | 2014-10-10 15:31:42 +0000 | |
commit | 1ea71574baeb68e0304f02fb65917075321f57c9 (patch) | |
tree | 8c7eb27c7833acea238566fbf15c52f6d1e27c67 /net-ftp/lftp/files | |
parent | EAPI bump. Install doc/ even with USE=-doc so that gnulib-tool can use it. Mi... (diff) | |
download | historical-1ea71574baeb68e0304f02fb65917075321f57c9.tar.gz historical-1ea71574baeb68e0304f02fb65917075321f57c9.tar.bz2 historical-1ea71574baeb68e0304f02fb65917075321f57c9.zip |
Add live ebuild now that dev-libs/gnulib is fixed.
Package-Manager: portage-2.2.14_rc1/cvs/Linux x86_64
Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'net-ftp/lftp/files')
-rw-r--r-- | net-ftp/lftp/files/lftp-4.5.5-am_config_header.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-ftp/lftp/files/lftp-4.5.5-am_config_header.patch b/net-ftp/lftp/files/lftp-4.5.5-am_config_header.patch new file mode 100644 index 000000000000..28a9e80504a5 --- /dev/null +++ b/net-ftp/lftp/files/lftp-4.5.5-am_config_header.patch @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -5,7 +5,7 @@ + AC_CONFIG_MACRO_DIR([m4]) + AC_CONFIG_LIBOBJ_DIR([lib]) + AC_CONFIG_SRCDIR([src/ftpclass.cc]) +-AM_CONFIG_HEADER([lib/config.h]) ++AC_CONFIG_HEADERS([lib/config.h]) + AM_INIT_AUTOMAKE + + dnl This doesn't *require* GNU extensions; it merely enables them if |