diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-04-14 21:45:24 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-04-14 21:45:24 +0000 |
commit | c4b6bb23fc25305d17426274e016b026c6f46894 (patch) | |
tree | 5c54a2c1b902c5b231684a81ac8bb4d19da08706 /mail-client/balsa/balsa-2.4.7.ebuild | |
parent | removing myself from metadata -- i'm loaded enough with php work (diff) | |
download | gentoo-2-c4b6bb23fc25305d17426274e016b026c6f46894.tar.gz gentoo-2-c4b6bb23fc25305d17426274e016b026c6f46894.tar.bz2 gentoo-2-c4b6bb23fc25305d17426274e016b026c6f46894.zip |
Fix build failure with USE=-libnotify, bug #314123.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/balsa/balsa-2.4.7.ebuild')
-rw-r--r-- | mail-client/balsa/balsa-2.4.7.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mail-client/balsa/balsa-2.4.7.ebuild b/mail-client/balsa/balsa-2.4.7.ebuild index dec717970ee3..4369e9c2954d 100644 --- a/mail-client/balsa/balsa-2.4.7.ebuild +++ b/mail-client/balsa/balsa-2.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild,v 1.1 2010/03/10 23:46:25 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild,v 1.2 2010/04/14 21:45:24 eva Exp $ EAPI="2" GCONF_DEBUG="no" @@ -98,3 +98,10 @@ pkg_setup() { $(use_with ssl) $(use_with xface compface)" } + +src_prepare() { + gnome2_src_prepare + + # Fix build failure with USE="-libnotify", bug #314123 + epatch "${FILESDIR}/${P}-build-failure-notify.patch" +} |