diff options
Diffstat (limited to 'mail-client/sylpheed/sylpheed-2.5.0.ebuild')
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.5.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail-client/sylpheed/sylpheed-2.5.0.ebuild b/mail-client/sylpheed/sylpheed-2.5.0.ebuild index fa8adb4d7dc9..91cfde69becc 100644 --- a/mail-client/sylpheed/sylpheed-2.5.0.ebuild +++ b/mail-client/sylpheed/sylpheed-2.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild,v 1.1 2008/06/19 15:06:12 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.5.0.ebuild,v 1.2 2008/06/23 09:24:52 hattya Exp $ inherit autotools eutils @@ -39,6 +39,9 @@ src_unpack() { use crypt || cp ac/missing/gpgme.m4 ac + # remove "-I m4" from aclocal arguments + sed -i "/^ACLOCAL_AMFLAGS/d" Makefile.am + eautomake } |