summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-04-14 21:45:24 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-04-14 21:45:24 +0000
commitc4b6bb23fc25305d17426274e016b026c6f46894 (patch)
tree5c54a2c1b902c5b231684a81ac8bb4d19da08706 /mail-client/balsa/balsa-2.4.7.ebuild
parentremoving myself from metadata -- i'm loaded enough with php work (diff)
downloadgentoo-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.ebuild9
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"
+}