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

Collapse All | Expand All

(-)rep-gtk-0.18.ebuild (-3 / +4 lines)
Lines 36-48 Link Here
36
}
36
}
37
37
38
src_compile() {
38
src_compile() {
39
#	export CC=i686-pc-linux-gnu-gcc
39
	./configure --host=${CHOST} \
40
	./configure --host=${CHOST} \
40
	    --prefix=/usr \
41
		--prefix=/usr \
41
	    --libexecdir=/usr/lib \
42
		--libexecdir=/usr/lib \
42
		--with-gnome \
43
		--with-gnome \
43
		--with-libglade \
44
		--with-libglade \
44
		--with-gdk-pixbuf \
45
		--with-gdk-pixbuf \
45
	    --infodir=/usr/share/info || die
46
		--infodir=/usr/share/info || die
46
47
47
	emake host_type=${CHOST} || die
48
	emake host_type=${CHOST} || die
48
}
49
}

Return to bug 70514