diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-05-08 20:29:39 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-05-08 20:29:39 +0000 |
commit | 3a338a4077c3b96eaf17a77f97ce8459a91b447f (patch) | |
tree | a1f18214c323907c0520e35aec15a4dd4a207453 /net-libs/wvstreams | |
parent | add missing net-libs/libesmtp dep (bug #469012) (diff) | |
download | gentoo-2-3a338a4077c3b96eaf17a77f97ce8459a91b447f.tar.gz gentoo-2-3a338a4077c3b96eaf17a77f97ce8459a91b447f.tar.bz2 gentoo-2-3a338a4077c3b96eaf17a77f97ce8459a91b447f.zip |
Fix building with automake-1.13 by ablepharus (bug #469106).
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs/wvstreams')
-rw-r--r-- | net-libs/wvstreams/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.6.1-r2.ebuild | 7 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild | 7 |
3 files changed, 17 insertions, 3 deletions
diff --git a/net-libs/wvstreams/ChangeLog b/net-libs/wvstreams/ChangeLog index e754eb5582b0..e607eeb7b66c 100644 --- a/net-libs/wvstreams/ChangeLog +++ b/net-libs/wvstreams/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/wvstreams # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.151 2013/03/05 13:34:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.152 2013/05/08 20:29:39 jer Exp $ + + 08 May 2013; Jeroen Roovers <jer@gentoo.org> wvstreams-4.6.1-r2.ebuild, + wvstreams-4.6.1-r3.ebuild: + Fix building with automake-1.13 by ablepharus (bug #469106). *wvstreams-4.6.1-r3 (05 Mar 2013) diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r2.ebuild b/net-libs/wvstreams/wvstreams-4.6.1-r2.ebuild index 9ce49626e2d2..4e60b9d15f82 100644 --- a/net-libs/wvstreams/wvstreams-4.6.1-r2.ebuild +++ b/net-libs/wvstreams/wvstreams-4.6.1-r2.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-libs/wvstreams/wvstreams-4.6.1-r2.ebuild,v 1.9 2013/03/05 13:34:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r2.ebuild,v 1.10 2013/05/08 20:29:39 jer Exp $ EAPI=4 inherit autotools eutils flag-o-matic toolchain-funcs versionator @@ -52,6 +52,11 @@ src_prepare() { "${FILESDIR}"/${P}-glibc212.patch \ "${FILESDIR}"/${P}-gcc47.patch + sed -i \ + -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \ + -e 's:AM_PROG_CC_STDC:AC_PROG_CC:' \ + configure.ac argp/configure.ac || die + eautoreconf pushd argp >/dev/null eautoreconf diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild b/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild index 9d83ab2a4bc4..0f4fb543f637 100644 --- a/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild +++ b/net-libs/wvstreams/wvstreams-4.6.1-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/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild,v 1.1 2013/03/05 13:34:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild,v 1.2 2013/05/08 20:29:39 jer Exp $ EAPI=5 inherit autotools eutils flag-o-matic toolchain-funcs versionator @@ -50,6 +50,11 @@ src_prepare() { "${FILESDIR}"/${P}-glibc212.patch \ "${FILESDIR}"/${P}-gcc47.patch + sed -i \ + -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \ + -e 's:AM_PROG_CC_STDC:AC_PROG_CC:' \ + configure.ac argp/configure.ac || die + eautoreconf pushd argp >/dev/null eautoreconf |