diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-07-25 09:27:29 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-07-25 09:27:29 +0000 |
commit | 3818961afd7f1539a8aed305ea0b6b3614c0e236 (patch) | |
tree | 16e488eb16770863144ca7b4115b1dc9296ebd0f /games-simulation/fgrun | |
parent | stable x86 (diff) | |
download | gentoo-2-3818961afd7f1539a8aed305ea0b6b3614c0e236.tar.gz gentoo-2-3818961afd7f1539a8aed305ea0b6b3614c0e236.tar.bz2 gentoo-2-3818961afd7f1539a8aed305ea0b6b3614c0e236.zip |
keyworded ~x86, bug 186379; fixed detection of media-libs/plib
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-simulation/fgrun')
-rw-r--r-- | games-simulation/fgrun/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/fgrun/fgrun-0.4.8.ebuild | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/games-simulation/fgrun/ChangeLog b/games-simulation/fgrun/ChangeLog index ef81bd827303..296e238e2549 100644 --- a/games-simulation/fgrun/ChangeLog +++ b/games-simulation/fgrun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/fgrun # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.1 2007/04/26 06:16:18 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.2 2007/07/25 09:27:29 opfer Exp $ + + 25 Jul 2007; Christian Faulhammer <opfer@gentoo.org> fgrun-0.4.8.ebuild: + keyworded ~x86, bug 186379; fixed detection of media-libs/plib *fgrun-0.4.8 (26 Apr 2007) diff --git a/games-simulation/fgrun/fgrun-0.4.8.ebuild b/games-simulation/fgrun/fgrun-0.4.8.ebuild index 1db08c153279..28f324eb62a6 100644 --- a/games-simulation/fgrun/fgrun-0.4.8.ebuild +++ b/games-simulation/fgrun/fgrun-0.4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-0.4.8.ebuild,v 1.1 2007/04/26 06:16:18 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-0.4.8.ebuild,v 1.2 2007/07/25 09:27:29 opfer Exp $ inherit autotools eutils games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-games/simgear @@ -26,6 +26,11 @@ src_unpack() { AT_M4DIR=. eautoreconf } +src_compile() { + egamesconf --with-plib-libraries=/usr/$(get_libdir) --with-plib-includes=/usr/include || die "egamesconf failed" + emake || die "emake failed" +} + src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS NEWS |