diff options
Diffstat (limited to 'net-libs/wvstreams/wvstreams-4.6.1-r2.ebuild')
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.6.1-r2.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 |