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

Collapse All | Expand All

(-)a/games-strategy/wesnoth/wesnoth-1.8.6.ebuild (+3 lines)
Lines 40-46 DEPEND="${RDEPEND} Link Here
40
	)
40
	)
41
	sys-devel/gettext"
41
	sys-devel/gettext"
42
42
43
PATCHES=( "${FILESDIR}"/$P-backport-boost-1.47-gcc-4.6-fix.patch )
44
43
src_prepare() {
45
src_prepare() {
46
	base_src_prepare
44
	if use dedicated || use server ; then
47
	if use dedicated || use server ; then
45
		sed \
48
		sed \
46
			-e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \
49
			-e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \

Return to bug 388995