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

Collapse All | Expand All

(-)sodipodi-0.31.ebuild (+8 lines)
Lines 20-25 Link Here
20
	>=gnome-base/libgnomeprintui-2.2.1.1
20
	>=gnome-base/libgnomeprintui-2.2.1.1
21
	>=dev-libs/popt-1.7"
21
	>=dev-libs/popt-1.7"
22
22
23
src_unpack() {
24
	unpack ${A}
25
	cd ${S}
26
	# patching configure configure.in
27
	cat ${FILESDIR}/${PF}-gentoo.diff | patch -p1 || die
28
}
29
30
23
src_compile() {
31
src_compile() {
24
	use nls || myconf="--disable-nls ${myconf}"
32
	use nls || myconf="--disable-nls ${myconf}"
25
	# breaks with gnome-print
33
	# breaks with gnome-print

Return to bug 17521