diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-04-24 14:27:01 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-04-24 14:27:01 +0000 |
commit | 5774380259b8dd990591aeda3ee50878833ad9ab (patch) | |
tree | 8ddd6b8d7d243ee31f58334c724d2976bb415d58 | |
parent | sci-libs/profnet: New addition (diff) | |
download | gentoo-2-5774380259b8dd990591aeda3ee50878833ad9ab.tar.gz gentoo-2-5774380259b8dd990591aeda3ee50878833ad9ab.tar.bz2 gentoo-2-5774380259b8dd990591aeda3ee50878833ad9ab.zip |
Fix building with automake-1.13 (bug #467016 by Alphat-PC).
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-rw-r--r-- | net-ftp/lftp/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.4.5-r1.ebuild | 3 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.4.5.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index 2a0b445ee79d..65a6110ad58f 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/lftp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.406 2013/04/22 18:10:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.407 2013/04/24 14:27:01 jer Exp $ + + 24 Apr 2013; Jeroen Roovers <jer@gentoo.org> lftp-4.4.5.ebuild, + lftp-4.4.5-r1.ebuild: + Fix building with automake-1.13 (bug #467016 by Alphat-PC). 22 Apr 2013; Jeroen Roovers <jer@gentoo.org> -lftp-4.4.0.ebuild, -lftp-4.4.2.ebuild, -lftp-4.4.3.ebuild, -lftp-4.4.4.ebuild: diff --git a/net-ftp/lftp/lftp-4.4.5-r1.ebuild b/net-ftp/lftp/lftp-4.4.5-r1.ebuild index 630056d0f6aa..9400e0aee038 100644 --- a/net-ftp/lftp/lftp-4.4.5-r1.ebuild +++ b/net-ftp/lftp/lftp-4.4.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.4.5-r1.ebuild,v 1.1 2013/04/12 16:23:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.4.5-r1.ebuild,v 1.2 2013/04/24 14:27:01 jer Exp $ EAPI=5 inherit autotools eutils libtool @@ -53,6 +53,7 @@ src_prepare() { "${FILESDIR}/${PN}-4.0.2.91-lafile.patch" \ "${FILESDIR}/${PN}-4.3.5-autopoint.patch" \ "${FILESDIR}/${PN}-4.3.8-gets.patch" + sed -i configure.ac -e 's|^AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die eautoreconf elibtoolize # for Darwin bundles } diff --git a/net-ftp/lftp/lftp-4.4.5.ebuild b/net-ftp/lftp/lftp-4.4.5.ebuild index e0320c6f8cf8..d8832bc60305 100644 --- a/net-ftp/lftp/lftp-4.4.5.ebuild +++ b/net-ftp/lftp/lftp-4.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.4.5.ebuild,v 1.11 2013/04/22 17:09:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.4.5.ebuild,v 1.12 2013/04/24 14:27:01 jer Exp $ EAPI=5 inherit autotools eutils libtool @@ -49,6 +49,7 @@ src_prepare() { "${FILESDIR}/${PN}-4.0.2.91-lafile.patch" \ "${FILESDIR}/${PN}-4.3.5-autopoint.patch" \ "${FILESDIR}/${PN}-4.3.8-gets.patch" + sed -i configure.ac -e 's|^AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die eautoreconf elibtoolize # for Darwin bundles } |