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

Collapse All | Expand All

(-)/usr/portage/mail-client/evolution/evolution-2.2.3-r1.ebuild (-1 / +5 lines)
Lines 71-78 Link Here
71
	epatch ${FILESDIR}/${P}-credits.patch
71
	epatch ${FILESDIR}/${P}-credits.patch
72
	# Accept the list of plugins separated by commas instead of spaces.
72
	# Accept the list of plugins separated by commas instead of spaces.
73
	epatch ${FILESDIR}/${P}-configure_plugins.patch
73
	epatch ${FILESDIR}/${P}-configure_plugins.patch
74
	# Test fixing for linking problems
75
	epatch ${FILESDIR}/evolution-2.2.1.1-linking.patch
76
	epatch ${FILESDIR}/${P}-linking-fix.patch
74
77
75
	einfo "Running autoconf"
78
	einfo "Running automake/autoconf"
79
	automake || die "Automake failed"
76
	autoconf || die "Autoconf failed"
80
	autoconf || die "Autoconf failed"
77
}
81
}
78
82

Return to bug 85013