diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-05-04 04:44:53 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-05-04 04:44:53 +0000 |
commit | 807e784f45cf3c20d768101cdd6e57042cd22ee6 (patch) | |
tree | 5c13a3643028ffceba49d6582d943ef3d6f8396c /sys-devel/autogen/autogen-5.17.3.ebuild | |
parent | Remove -Werror, thanks patrick and dirtyepic, bug 468246. (diff) | |
download | gentoo-2-807e784f45cf3c20d768101cdd6e57042cd22ee6.tar.gz gentoo-2-807e784f45cf3c20d768101cdd6e57042cd22ee6.tar.bz2 gentoo-2-807e784f45cf3c20d768101cdd6e57042cd22ee6.zip |
Add patch to serch gettext. #466462
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'sys-devel/autogen/autogen-5.17.3.ebuild')
-rw-r--r-- | sys-devel/autogen/autogen-5.17.3.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys-devel/autogen/autogen-5.17.3.ebuild b/sys-devel/autogen/autogen-5.17.3.ebuild index 2c90a30a593b..d7c94db68606 100644 --- a/sys-devel/autogen/autogen-5.17.3.ebuild +++ b/sys-devel/autogen/autogen-5.17.3.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.17.3.ebuild,v 1.2 2013/04/27 14:35:06 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.17.3.ebuild,v 1.3 2013/05/04 04:44:53 naota Exp $ EAPI="4" +inherit eutils autotools + DESCRIPTION="Program and text file generation" HOMEPAGE="http://www.gnu.org/software/autogen/" SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz" @@ -17,6 +19,11 @@ RDEPEND=">=dev-scheme/guile-1.8 dev-libs/libxml2" DEPEND="${RDEPEND}" +src_prepare() { + epatch "${FILESDIR}"/${P}-libintl.patch + eautoreconf +} + src_configure() { # suppress possibly incorrect -R flag export ag_cv_test_ldflags= |