Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 11980
Collapse All | Expand All

(-)/usr/portage/app-games/bzflag/bzflag-1.7.6.ebuild (-8 / +2 lines)
Lines 2-10 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/app-games/bzflag/bzflag-1.7.6.ebuild,v 1.6 2002/10/04 04:18:09 vapier Exp $
3
# $Header: /home/cvsroot/gentoo-x86/app-games/bzflag/bzflag-1.7.6.ebuild,v 1.6 2002/10/04 04:18:09 vapier Exp $
4
4
5
# the real version is 1.7e6, the rc is the closest Gentoo approximation
5
# the real version is 1.7g0, the rc is the closest Gentoo approximation
6
6
7
MY_P=${PN}-1.7e6
7
MY_P=${PN}-1.7g0
8
S=${WORKDIR}/${MY_P}
8
S=${WORKDIR}/${MY_P}
9
DESCRIPTION="OpenGL accelerated 3d tank combat simulator game"
9
DESCRIPTION="OpenGL accelerated 3d tank combat simulator game"
10
SRC_URI="mirror://sourceforge/bzflag/${MY_P}.tgz"
10
SRC_URI="mirror://sourceforge/bzflag/${MY_P}.tgz"
Lines 16-27 Link Here
16
16
17
DEPEND="virtual/opengl"
17
DEPEND="virtual/opengl"
18
18
19
src_unpack() {
20
	unpack ${A}
21
	cd ${S}
22
	patch -p0 < ${FILESDIR}/bzf-gcc31.patch || die
23
}
24
25
src_compile() {
19
src_compile() {
26
20
27
	make linux || die
21
	make linux || die

Return to bug 11980