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

Collapse All | Expand All

(-)njam-1.25.ebuild.orig (+1 lines)
Lines 32-37 Link Here
32
		-e "/hiscore.dat/ s:\$(DEFAULT_LIBDIR):${GAMES_STATEDIR}:" \
32
		-e "/hiscore.dat/ s:\$(DEFAULT_LIBDIR):${GAMES_STATEDIR}:" \
33
		Makefile.in \
33
		Makefile.in \
34
		|| die "sed failed"
34
		|| die "sed failed"
35
	epatch "${FILESDIR}"/${P}-gcc45.patch
35
	# njam segfaults on startup with -Os
36
	# njam segfaults on startup with -Os
36
	replace-flags "-Os" "-O2"
37
	replace-flags "-Os" "-O2"
37
}
38
}

Return to bug 318411