summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2011-04-08 23:55:16 +0000
committerRyan Hill <rhill@gentoo.org>2011-04-08 23:55:16 +0000
commit5f1a85c17cde69155713dd82961f9c3671fbb2c4 (patch)
treef789603c4efdf57366e7d1ae7843225d0602600a /sys-devel/autogen/autogen-5.11.6.ebuild
parentdev-util/netbeans: bumped to 7.0 rc2 (diff)
downloadhistorical-5f1a85c17cde69155713dd82961f9c3671fbb2c4.tar.gz
historical-5f1a85c17cde69155713dd82961f9c3671fbb2c4.tar.bz2
historical-5f1a85c17cde69155713dd82961f9c3671fbb2c4.zip
Fix testsuite with GCC 4.6 (bug #362661).
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'sys-devel/autogen/autogen-5.11.6.ebuild')
-rw-r--r--sys-devel/autogen/autogen-5.11.6.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-devel/autogen/autogen-5.11.6.ebuild b/sys-devel/autogen/autogen-5.11.6.ebuild
index 96991eb015bd..9e742f1200c1 100644
--- a/sys-devel/autogen/autogen-5.11.6.ebuild
+++ b/sys-devel/autogen/autogen-5.11.6.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.11.6.ebuild,v 1.1 2011/02/22 03:24:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.11.6.ebuild,v 1.2 2011/04/08 23:55:16 dirtyepic Exp $
EAPI="3"
+inherit eutils
+
DESCRIPTION="Program and text file generation"
HOMEPAGE="http://www.gnu.org/software/autogen/"
SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.bz2"
@@ -16,6 +18,10 @@ IUSE=""
DEPEND=">=dev-scheme/guile-1.8
dev-libs/libxml2"
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-gcc46.patch
+}
+
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO