diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-20 04:48:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-20 04:48:18 +0000 |
commit | f57e026442dc696a70d3ff68e84fe42c949cbc3f (patch) | |
tree | 1a8254ad491052aba2adeae3aea036788d5c5573 /games-action/bzflag/bzflag-1.10.8.20041007.ebuild | |
parent | Version bump #78546 by C. Dominik Bodi. (diff) | |
download | historical-f57e026442dc696a70d3ff68e84fe42c949cbc3f.tar.gz historical-f57e026442dc696a70d3ff68e84fe42c949cbc3f.tar.bz2 historical-f57e026442dc696a70d3ff68e84fe42c949cbc3f.zip |
old
Package-Manager: portage-2.0.51-r13
Diffstat (limited to 'games-action/bzflag/bzflag-1.10.8.20041007.ebuild')
-rw-r--r-- | games-action/bzflag/bzflag-1.10.8.20041007.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/games-action/bzflag/bzflag-1.10.8.20041007.ebuild b/games-action/bzflag/bzflag-1.10.8.20041007.ebuild index 886de574d0c7..4b1c1f21cb26 100644 --- a/games-action/bzflag/bzflag-1.10.8.20041007.ebuild +++ b/games-action/bzflag/bzflag-1.10.8.20041007.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.10.8.20041007.ebuild,v 1.1 2004/11/08 11:38:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.10.8.20041007.ebuild,v 1.2 2005/01/20 04:48:18 vapier Exp $ inherit flag-o-matic games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/bzflag/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc amd64" +KEYWORDS="amd64 ppc x86" IUSE="dedicated" RDEPEND="virtual/libc @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i \ -e 's:^CFLAGS=.*::' \ -e 's:^CXXFLAGS=.*::' \ @@ -31,13 +31,11 @@ src_unpack() { } src_compile() { - local myconf="--disable-dependency-tracking" - if use dedicated ; then ewarn - ewarn "You are building a servers-only copy of BZFlag." + ewarn "You are building a server-only copy of BZFlag" ewarn - egamesconf ${myconf} --disable-client || die + egamesconf ${myconf} || die else egamesconf ${myconf} || die fi |