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

Collapse All | Expand All

(-)gthumb-2.6.8-r2.ebuild.orig (-3 / +6 lines)
Lines 49-60 Link Here
49
	cd ${S}
49
	cd ${S}
50
50
51
	# fix for bug #112129, backported from CVS upstream
51
	# fix for bug #112129, backported from CVS upstream
52
	epatch ${FILESDIR}/gthumb-2.6.8-Makefile.patch
52
	epatch "${FILESDIR}"/gthumb-2.6.8-Makefile.patch
53
53
54
	# Add configure options (Bug #103365), patch merged upstream
54
	# Add configure options (Bug #103365), patch merged upstream
55
	epatch ${FILESDIR}/gthumb-2.6.8-options.patch
55
	epatch "${FILESDIR}"/gthumb-2.6.8-options.patch
56
56
57
	gnome2_omf_fix doc/*/Makefile.in
57
	# resolve symbols in libgthumb (for -Wl,--as-needed)
58
	epatch "${FILESDIR}"/gthumb-2.6.8-as-needed.patch
58
59
59
	eautoreconf
60
	eautoreconf
61
62
	gnome2_omf_fix doc/*/Makefile.in
60
}
63
}

Return to bug 132483