Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-kde (group)
<k...@freebsd.org> for maintainer-feedback:
Bug 279139: security/kleopatra: Fix build against libc++ 18
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279139



--- Description ---
Kleopatra uses unique() on std::shared_ptr, which is deprecated and is by
default not exposed by libc++ 18.  Fortunately, the latter defines a new macro,
_LIBCPP_ENABLE_CXX20_REMOVED_SHARED_PTR_UNIQUE, allowing to recover that member
function.

Source code modification submitted upstream at:
https://invent.kde.org/pim/kleopatra/-/merge_requests/205

Thanks and regards.

Reply via email to