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.orig (-6 / +2 lines)
Lines 41-52 Link Here
41
	gnomeopts="${myopts}"
41
	gnomeopts="${myopts}"
42
	myopts="${myopts} --disable-gnome"
42
	myopts="${myopts} --disable-gnome"
43
43
44
	./configure \
44
	# always build standalone gaim program
45
		--host=${CHOST} \
45
	econf ${myopts} || die
46
		--enable-distrib \
47
		--prefix=/usr \
48
		--infodir=/usr/share/info \
49
		--mandir=/usr/share/man || die "./configure failed"
50
46
51
	emake || die
47
	emake || die
52
48

Return to bug 2786