diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-09-04 08:24:33 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-09-04 08:24:33 +0000 |
commit | 090fddc82d2dd30764230d351efb48d5b946b926 (patch) | |
tree | 72ebbf710e271f5edb7b0307825aab51dc51d519 /games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild | |
parent | Fix building with GLIBC 2.10+ wrt #273274, thanks to Petr Behan. (diff) | |
download | historical-090fddc82d2dd30764230d351efb48d5b946b926.tar.gz historical-090fddc82d2dd30764230d351efb48d5b946b926.tar.bz2 historical-090fddc82d2dd30764230d351efb48d5b946b926.zip |
Enable parallel compilation
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild')
-rw-r--r-- | games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild b/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild index 71ebecb8dfe2..945cc0b51ca4 100644 --- a/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild +++ b/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.5 2009/09/04 07:25:00 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2-r1.ebuild,v 1.6 2009/09/04 08:24:32 tupone Exp $ EAPI=2 inherit eutils games @@ -40,7 +40,8 @@ src_prepare() { epatch "${FILESDIR}"/${P}-gcc33.patch \ "${FILESDIR}"/${P}-gcc41.patch \ "${FILESDIR}"/${P}-gcc412.patch \ - "${FILESDIR}"/${P}-gcc441.patch + "${FILESDIR}"/${P}-gcc441.patch \ + "${FILESDIR}"/${P}-makejs.patch bunzip2 sar/man/${MY_PN}.6.bz2 sed -i \ -e '/FeatureCFLAGS.*march/s:=.*:=:g' sar/platforms.ini \ @@ -65,10 +66,6 @@ src_configure() { || die } -src_compile() { - emake -j1 || die "emake failed" -} - src_install() { dogamesbin sar/${MY_PN} || die "dogamesbin failed" doman sar/man/${MY_PN}.6 |