diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-05-23 21:34:04 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-05-23 21:34:57 +0200 |
commit | 04d875988456bfd1e00214802705a176c9e069a2 (patch) | |
tree | 9c6ab0fd997988252e51e61558c7676ac7d19d98 /net-mail | |
parent | media-libs/libfpx: drop 1.3.1_p10 (diff) | |
download | gentoo-04d875988456bfd1e00214802705a176c9e069a2.tar.gz gentoo-04d875988456bfd1e00214802705a176c9e069a2.tar.bz2 gentoo-04d875988456bfd1e00214802705a176c9e069a2.zip |
net-mail/courier-imap: run eautoreconf
Closes: https://bugs.gentoo.org/932356
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild b/net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild index 24f19b37e8d4..5d65cf8a3dba 100644 --- a/net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild +++ b/net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit readme.gentoo-r1 systemd +inherit autotools readme.gentoo-r1 systemd DESCRIPTION="An IMAP daemon designed specifically for maildirs" HOMEPAGE="https://www.courier-mta.org/imap/" @@ -66,6 +66,11 @@ PATCHES=( "${FILESDIR}/${PN}-5.0.8-ar-fix.patch" ) +src_prepare() { + default + eautoreconf +} + src_configure() { local myconf="" |