diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-13 20:09:50 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-13 20:09:50 +0000 |
commit | 0c9edbd5e7dfa651996eed4058f0f36e0b92ac98 (patch) | |
tree | bbbc85baf13b8c68229b3974f2883a77f7b05399 /mail-mta | |
parent | Initial import of the intel poulsbo graphics driver and support libs. Fixes #... (diff) | |
download | gentoo-2-0c9edbd5e7dfa651996eed4058f0f36e0b92ac98.tar.gz gentoo-2-0c9edbd5e7dfa651996eed4058f0f36e0b92ac98.tar.bz2 gentoo-2-0c9edbd5e7dfa651996eed4058f0f36e0b92ac98.zip |
Properly rebuild autotools, closes bug #255666.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/nullmailer/ChangeLog | 8 | ||||
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.04.ebuild | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog index b5a9a179db8e..e51bdc060c5d 100644 --- a/mail-mta/nullmailer/ChangeLog +++ b/mail-mta/nullmailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/nullmailer -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.34 2008/07/14 03:52:02 robbat2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.35 2009/09/13 20:09:50 flameeyes Exp $ + + 13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> + nullmailer-1.04.ebuild: + Properly rebuild autotools, closes bug #255666. 14 Jul 2008; Robin H. Johnson <robbat2@gentoo.org> -files/nullmailer-1.00-gcc34-fix.patch, diff --git a/mail-mta/nullmailer/nullmailer-1.04.ebuild b/mail-mta/nullmailer/nullmailer-1.04.ebuild index e9859b65367d..4da7789069a9 100644 --- a/mail-mta/nullmailer/nullmailer-1.04.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.04.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild,v 1.5 2008/06/26 17:34:55 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild,v 1.6 2009/09/13 20:09:50 flameeyes Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic autotools MY_P="${P/_rc/RC}" S=${WORKDIR}/${MY_P} @@ -39,6 +39,9 @@ src_unpack() { sed -i.orig \ -e '/^nullmailer_send_LDADD/s, =, = ../lib/cli++/libcli++.a,' \ "${S}"/src/Makefile.am || die "Sed failed" + + cd "${S}" + eautoreconf } pkg_setup() { |