diff options
author | 2010-10-12 07:59:14 +0000 | |
---|---|---|
committer | 2010-10-12 07:59:14 +0000 | |
commit | 85bbc57a4831ad2a6b8002bfc29cac27555ac878 (patch) | |
tree | 6116128f3c33451ad2f2f38b64d42d6608cd460e /games-kids/lletters/lletters-0.1.95-r2.ebuild | |
parent | tidy (diff) | |
download | gentoo-2-85bbc57a4831ad2a6b8002bfc29cac27555ac878.tar.gz gentoo-2-85bbc57a4831ad2a6b8002bfc29cac27555ac878.tar.bz2 gentoo-2-85bbc57a4831ad2a6b8002bfc29cac27555ac878.zip |
Fix building with make >= 3.82 wrt #340599 by Diego E. Pettenò
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Diffstat (limited to 'games-kids/lletters/lletters-0.1.95-r2.ebuild')
-rw-r--r-- | games-kids/lletters/lletters-0.1.95-r2.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games-kids/lletters/lletters-0.1.95-r2.ebuild b/games-kids/lletters/lletters-0.1.95-r2.ebuild index 2fbfc7177f98..a5dafb0638fd 100644 --- a/games-kids/lletters/lletters-0.1.95-r2.ebuild +++ b/games-kids/lletters/lletters-0.1.95-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/lletters/lletters-0.1.95-r2.ebuild,v 1.6 2009/01/12 17:45:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/lletters/lletters-0.1.95-r2.ebuild,v 1.7 2010/10/12 07:59:14 ssuominen Exp $ EAPI=2 inherit eutils games @@ -26,8 +26,9 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${WORKDIR}"/${PN}_${PV}+gtk2-${PATCH_LEVEL}.diff \ - "${FILESDIR}"/${P}-build-2.patch - cp -r "${WORKDIR}"/{images,sounds} . || die "copying images and sounds failed." + "${FILESDIR}"/${P}-build-2.patch \ + "${FILESDIR}"/${P}-make-382.patch + cp -r "${WORKDIR}"/{images,sounds} . || die } src_configure() { @@ -35,7 +36,7 @@ src_configure() { } src_install () { - emake DESTDIR="${D}" install || die "emake install failed." + emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog CREDITS NEWS README* TODO newdoc debian/changelog ChangeLog.debian doicon debian/${PN}.xpm |