diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2013-05-05 08:33:29 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2013-05-05 08:33:29 +0000 |
commit | 0e7956a97e9ee38ca7943e60cc99d4a0187eb5a4 (patch) | |
tree | f6c87a36ee15d13a29566014552f9367533a4eb9 /dev-libs/libmcrypt | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-0e7956a97e9ee38ca7943e60cc99d4a0187eb5a4.tar.gz gentoo-2-0e7956a97e9ee38ca7943e60cc99d4a0187eb5a4.tar.bz2 gentoo-2-0e7956a97e9ee38ca7943e60cc99d4a0187eb5a4.zip |
Fix automake-1.13 compatibility per bug#467058, fix ltdl subpackage, thanks to Ulrich Müller
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'dev-libs/libmcrypt')
-rw-r--r-- | dev-libs/libmcrypt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libmcrypt/libmcrypt-2.5.8-r3.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-libs/libmcrypt/ChangeLog b/dev-libs/libmcrypt/ChangeLog index 062074012d83..09c40e54aef7 100644 --- a/dev-libs/libmcrypt/ChangeLog +++ b/dev-libs/libmcrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libmcrypt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/ChangeLog,v 1.62 2013/05/04 21:15:16 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/ChangeLog,v 1.63 2013/05/05 08:33:29 alonbl Exp $ + + 05 May 2013; Alon Bar-Lev <alonbl@gentoo.org> libmcrypt-2.5.8-r3.ebuild: + Fix automake-1.13 compatibility per bug#467058, fix ltdl subpackage, thanks to + Ulrich Müller *libmcrypt-2.5.8-r3 (04 May 2013) diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.8-r3.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.8-r3.ebuild index 2421b0f41009..b097a7dd11c6 100644 --- a/dev-libs/libmcrypt/libmcrypt-2.5.8-r3.ebuild +++ b/dev-libs/libmcrypt/libmcrypt-2.5.8-r3.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/dev-libs/libmcrypt/libmcrypt-2.5.8-r3.ebuild,v 1.1 2013/05/04 21:15:16 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.8-r3.ebuild,v 1.2 2013/05/05 08:33:29 alonbl Exp $ EAPI="5" @@ -21,7 +21,8 @@ RDEPEND="" src_prepare() { epatch "${FILESDIR}"/${P}-rotate-mask.patch mv configure.in configure.ac - sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die + mv libltdl/configure.in libltdl/configure.ac + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac libltdl/configure.ac || die eautoreconf # need new libtool for interix (elibtoolize would suffice for freebsd) } |