diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-06-01 15:05:41 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-06-01 15:05:41 +0000 |
commit | 977551567303f3343e0e3d98d739364d76af5c52 (patch) | |
tree | 4238dd3d5537d339dadf65471c0886b533b54b56 /games-arcade | |
parent | Marking qt-multimedia-4.7.2 ~ppc for bug 354033 (diff) | |
download | gentoo-2-977551567303f3343e0e3d98d739364d76af5c52.tar.gz gentoo-2-977551567303f3343e0e3d98d739364d76af5c52.tar.bz2 gentoo-2-977551567303f3343e0e3d98d739364d76af5c52.zip |
Fix build with gcc-4.6 Bug #369121
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/apricots/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/apricots/apricots-0.2.6-r1.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/games-arcade/apricots/ChangeLog b/games-arcade/apricots/ChangeLog index 171278c11364..6d1f9791428d 100644 --- a/games-arcade/apricots/ChangeLog +++ b/games-arcade/apricots/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/apricots -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/ChangeLog,v 1.16 2010/10/11 14:58:49 tupone Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/ChangeLog,v 1.17 2011/06/01 15:05:41 tupone Exp $ + + 01 Jun 2011; Tupone Alfredo <tupone@gentoo.org> apricots-0.2.6-r1.ebuild: + Fix build with gcc-4.6 Bug #369121 by Diego Elio Pettenò 11 Oct 2010; Tupone Alfredo <tupone@gentoo.org> apricots-0.2.6-r1.ebuild, +files/apricots-0.2.6-ldflags.patch: diff --git a/games-arcade/apricots/apricots-0.2.6-r1.ebuild b/games-arcade/apricots/apricots-0.2.6-r1.ebuild index 84f47b7e5127..c5da0a4cb69d 100644 --- a/games-arcade/apricots/apricots-0.2.6-r1.ebuild +++ b/games-arcade/apricots/apricots-0.2.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.10 2010/10/11 15:15:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.11 2011/06/01 15:05:41 tupone Exp $ EAPI=2 inherit autotools eutils games @@ -43,6 +43,10 @@ src_prepare() { eautoreconf } +src_compile() { + emake LIBTOOL="/usr/bin/libtool" || die "emake failed" +} + src_install() { dodoc AUTHORS README TODO ChangeLog dohtml apricots.html |