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

Collapse All | Expand All

(-)/usr/portage/mail-client/claws-mail/claws-mail-3.7.5.ebuild (-1 / +11 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.7.5.ebuild,v 1.5 2010/03/11 20:39:27 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.7.5.ebuild,v 1.5 2010/03/11 20:39:27 maekke Exp $
4
4
5
inherit eutils multilib
5
inherit eutils multilib autotools
6
6
7
DESCRIPTION="An email client (and news reader) based on GTK+"
7
DESCRIPTION="An email client (and news reader) based on GTK+"
8
HOMEPAGE="http://www.claws-mail.org/"
8
HOMEPAGE="http://www.claws-mail.org/"
Lines 42-47 Link Here
42
42
43
PLUGIN_NAMES="acpi-notifier archive att-remover attachwarner bsfilter cachesaver fancy fetchinfo gtkhtml mailmbox newmail notification perl rssyl spam_report tnef_parse vcalendar"
43
PLUGIN_NAMES="acpi-notifier archive att-remover attachwarner bsfilter cachesaver fancy fetchinfo gtkhtml mailmbox newmail notification perl rssyl spam_report tnef_parse vcalendar"
44
44
45
src_unpack() {
46
	unpack ${A} || die "failed to unpack sources"
47
	cd "${S}" || die "failed to go in sources directory"
48
49
	# fix libetpan >= 0.57 check in configure.ac that fails with libetpan-1.0
50
	# see bug #314181
51
	epatch "${FILESDIR}/${P}-fix-libetpan-check.patch"
52
	eautoreconf
53
}
54
45
src_compile() {
55
src_compile() {
46
	local myconf="--disable-libetpan --disable-gnutls"
56
	local myconf="--disable-libetpan --disable-gnutls"
47
57

Return to bug 314181