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

Collapse All | Expand All

(-)/usr/portage/media-gfx/gthumb/gthumb-2.2.1.ebuild (+16 lines)
Lines 38-43 Link Here
38
38
39
MAKEOPTS="${MAKEOPTS} -j2"
39
MAKEOPTS="${MAKEOPTS} -j2"
40
40
41
CFLAGS="-O2"
42
CXXFLAGS=$CFLAGS
43
44
src_compile() {
45
	./configure \
46
	--prefix=/usr \
47
	--host=i686-pc-linux-gnu \
48
	--mandir=/usr/share/man \
49
	--infodir=/usr/share/info \
50
	--datadir=/usr/share \
51
	--sysconfdir=/etc \
52
	--localstatedir=/var/lib \
53
	--disable-gtk-doc || die "./configure failed"
54
	make || die "make failed"
55
}
56
41
pkg_postinst() {
57
pkg_postinst() {
42
58
43
	gnome2_pkg_postinst
59
	gnome2_pkg_postinst

Return to bug 47561