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

(-)crossfire-client-1.7.1.ebuild (-4 / +3 lines)
Lines 27-38 Link Here
27
	unpack ${A}
27
	unpack ${A}
28
	cd "${S}"
28
	cd "${S}"
29
	sed -i \
29
	sed -i \
30
		-e 's:man1:man6:' \
30
		-r 's:TH (g?)cfclient:TH \1cfclient 6:' \
31
		-e '/mandir/s:\.1:.6:' \
31
		{gtk,x11}/*cfclient.man \
32
		{gtk,x11}/Makefile.in \
33
		|| die "sed failed"
32
		|| die "sed failed"
34
}
33
}
35
34
		
36
src_compile() {
35
src_compile() {
37
	# bugs in configure script so we cant use $(use_enable ...)
36
	# bugs in configure script so we cant use $(use_enable ...)
38
	local myconf="--disable-dependency-tracking"
37
	local myconf="--disable-dependency-tracking"

Return to bug 104625