diff options
author | 2010-09-25 17:16:55 +0000 | |
---|---|---|
committer | 2010-09-25 17:16:55 +0000 | |
commit | c78f51b0597090a76928e527ea4606c93ac0538e (patch) | |
tree | 94d94b1903d3f8c9935086e484ece4ea8ed76913 /gnome-extra/at-spi/at-spi-1.30.1.ebuild | |
parent | Fix building with make >= 3.82 wrt #334569 by Diego E. Pettenò. (diff) | |
download | gentoo-2-c78f51b0597090a76928e527ea4606c93ac0538e.tar.gz gentoo-2-c78f51b0597090a76928e527ea4606c93ac0538e.tar.bz2 gentoo-2-c78f51b0597090a76928e527ea4606c93ac0538e.zip |
Fix building with make >= 3.82 wrt #333645 by Jory A. Pratt and Diego E. Pettenò.
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/at-spi/at-spi-1.30.1.ebuild')
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.30.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnome-extra/at-spi/at-spi-1.30.1.ebuild b/gnome-extra/at-spi/at-spi-1.30.1.ebuild index 486dc816b7c8..ce9704cc1c91 100644 --- a/gnome-extra/at-spi/at-spi-1.30.1.ebuild +++ b/gnome-extra/at-spi/at-spi-1.30.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.30.1.ebuild,v 1.5 2010/09/11 18:37:38 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.30.1.ebuild,v 1.6 2010/09/25 17:16:55 ssuominen Exp $ inherit autotools eutils gnome2 python virtualx @@ -60,6 +60,8 @@ src_unpack() { # should fix tests epatch "${FILESDIR}"/${PN}-1.22.0-tests.patch + epatch "${FILESDIR}"/${PN}-1.30.1-make-382.patch + intltoolize --force --copy --automake || die "intltoolize failed" eautoreconf } |