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

(-)/usr/portage/dev-games/crystalspace/crystalspace-0.98.4.ebuild (-2 / +3 lines)
Lines 2-8 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: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-0.98.4.ebuild,v 1.10 2005/02/28 17:31:50 mr_bones_ Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-0.98.4.ebuild,v 1.10 2005/02/28 17:31:50 mr_bones_ Exp $
4
4
5
inherit eutils
5
inherit eutils flag-o-matic
6
6
7
MY_P="cs${PV:2:2}_00${PV:5:1}"
7
MY_P="cs${PV:2:2}_00${PV:5:1}"
8
DESCRIPTION="portable 3D Game Development Kit written in C++"
8
DESCRIPTION="portable 3D Game Development Kit written in C++"
Lines 11-17 Link Here
11
11
12
LICENSE="LGPL-2"
12
LICENSE="LGPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="ppc x86"
14
KEYWORDS="~amd64 ppc x86"
15
IUSE="3ds mikmod mng oggvorbis openal truetype"
15
IUSE="3ds mikmod mng oggvorbis openal truetype"
16
16
17
RDEPEND="sys-libs/zlib
17
RDEPEND="sys-libs/zlib
Lines 44-49 Link Here
44
}
44
}
45
45
46
src_compile() {
46
src_compile() {
47
	[ "${ARCH}" = "amd64" ] && append-flags -fPIC
47
	CONFIGURE_OPTS="--with-libcal3d=/home/andrew/development/cal3d"
48
	CONFIGURE_OPTS="--with-libcal3d=/home/andrew/development/cal3d"
48
	./configure --prefix=${CRYSTAL_PREFIX} ${CONFIGURE_OPTS} || die "configure failed"
49
	./configure --prefix=${CRYSTAL_PREFIX} ${CONFIGURE_OPTS} || die "configure failed"
49
	jam all || die "compile failed"
50
	jam all || die "compile failed"

Return to bug 84554