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

Collapse All | Expand All

(-)gaim-0.58.ebuild (-1 / +1 lines)
Lines 43-52 Link Here
43
43
44
	./configure \
44
	./configure \
45
		--host=${CHOST} \
45
		--host=${CHOST} \
46
		--enable-distrib \
47
		--prefix=/usr \
46
		--prefix=/usr \
48
		--infodir=/usr/share/info \
47
		--infodir=/usr/share/info \
49
		--mandir=/usr/share/man || die "./configure failed"
48
		--mandir=/usr/share/man || die "./configure failed"
49
#		--enable-distrib \
50
50
51
	emake || die
51
	emake || die
52
52

Return to bug 2786