diff options
author | Alexander Kurakin <kuraga333@mail.ru> | 2022-12-18 15:07:41 +0300 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-12-19 23:12:39 +0100 |
commit | d174a9fe12fc3fb09d0ed47746e88bd4de39a894 (patch) | |
tree | 01281739939422428420ddde684586c8082a74e9 /mail-client | |
parent | x11-base/xorg-server: Version bump to 21.1.6 (diff) | |
download | gentoo-d174a9fe12fc3fb09d0ed47746e88bd4de39a894.tar.gz gentoo-d174a9fe12fc3fb09d0ed47746e88bd4de39a894.tar.bz2 gentoo-d174a9fe12fc3fb09d0ed47746e88bd4de39a894.zip |
mail-client/claws-mail-9999: handle new compile flags
Signed-off-by: Alexander Kurakin <kuraga333@mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/28702
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/claws-mail/claws-mail-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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) |