Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 426612 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +8 lines)
Line  Link Here
0
-- /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.6.ebuild
0
++ /usr/local/portage/games-sports/ultimatestunts/ultimatestunts-0.7.6.ebuild
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.6.ebuild,v 1.2 2011/04/11 03:02:38 tomka Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.6.ebuild,v 1.2 2011/04/11 03:02:38 tomka Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit autotools eutils versionator games
6
inherit autotools eutils versionator flag-o-matic games
7
7
8
MY_P=${PN}-srcdata-$(replace_all_version_separators)1
8
MY_P=${PN}-srcdata-$(replace_all_version_separators)1
9
DESCRIPTION="Remake of the famous Stunts game"
9
DESCRIPTION="Remake of the famous Stunts game"
Lines 30-41 Link Here
30
30
31
src_prepare() {
31
src_prepare() {
32
	ecvs_clean
32
	ecvs_clean
33
	epatch "${FILESDIR}"/${P}-paths.patch
33
	epatch "${FILESDIR}"/${P}-paths.patch \
34
		"${FILESDIR}"/${P}-gcc-4.7.patch
34
	autopoint -f || die "autopoint failed"
35
	autopoint -f || die "autopoint failed"
35
	AT_M4DIR=m4 eautoreconf
36
	AT_M4DIR=m4 eautoreconf
36
}
37
}
37
38
38
src_configure() {
39
src_configure() {
40
	# QA
41
	append-cflags "-fno-strict-aliasing"
42
	append-cxxflags "-fno-strict-aliasing"
43
39
	egamesconf \
44
	egamesconf \
40
		--disable-dependency-tracking \
45
		--disable-dependency-tracking \
41
		--with-openal \
46
		--with-openal \

Return to bug 426612