commit: d174a9fe12fc3fb09d0ed47746e88bd4de39a894 Author: Alexander Kurakin <kuraga333 <AT> mail <DOT> ru> AuthorDate: Sun Dec 18 12:07:41 2022 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Mon Dec 19 22:12:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d174a9fe
mail-client/claws-mail-9999: handle new compile flags Signed-off-by: Alexander Kurakin <kuraga333 <AT> mail.ru> Closes: https://github.com/gentoo/gentoo/pull/28702 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> mail-client/claws-mail/claws-mail-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild index 9c1bd9f56275..86c585b408a7 100644 --- a/mail-client/claws-mail/claws-mail-9999.ebuild +++ b/mail-client/claws-mail/claws-mail-9999.ebuild @@ -142,6 +142,8 @@ src_configure() { $(use_enable clamav clamd-plugin) $(use_enable dbus) $(use_enable debug crash-dialog) + $(use_enable debug more-addressbook-debug) + $(use_enable debug more-ldap-debug) $(use_enable dillo dillo-plugin) $(use_enable doc manual) $(use_enable gdata gdata-plugin)
