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

Collapse All | Expand All

(-)galaxyhack-1.74.ebuild (-2 / +2 lines)
Lines 28-41 Link Here
28
		"${FILESDIR}"/${P}-destdirs.patch \
28
		"${FILESDIR}"/${P}-destdirs.patch \
29
		"${FILESDIR}"/${P}-boost.patch \
29
		"${FILESDIR}"/${P}-boost.patch \
30
		"${FILESDIR}"/${P}-gcc43.patch \
30
		"${FILESDIR}"/${P}-gcc43.patch \
31
		"${FILESDIR}"/${P}-gentoo.patch
31
		"${FILESDIR}"/${P}-gentoo.patch \
32
		"${FILESDIR}"/${P}-boost-1.50.patch
32
	sed -i "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \
33
	sed -i "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \
33
		Main.cpp \
34
		Main.cpp \
34
		|| die "sed Main.cpp failed"
35
		|| die "sed Main.cpp failed"
35
	sed -i "/Base data path/s:pwd:${GAMES_DATADIR}/${PN}:" \
36
	sed -i "/Base data path/s:pwd:${GAMES_DATADIR}/${PN}:" \
36
		../settings.dat \
37
		../settings.dat \
37
		|| die "sed settings.dat failed"
38
		|| die "sed settings.dat failed"
38
	append-flags -DBOOST_FILESYSTEM_VERSION=2
39
}
39
}
40
40
41
src_install() {
41
src_install() {

Return to bug 425606