mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
graphics/digikam: fix build against current KDE Gear components
In the recent update [1] of KDE Gear a header file in net/akonadi-contacts
was moved from Akonadi/Contact/ContactSearchJob to
AkonadiContact/Akonadi/ContactSearchJob.
[1] e250aeb4a1
Reported by: fluffy
This commit is contained in:
parent
72fe51823e
commit
7db96fb2da
@ -0,0 +1,11 @@
|
||||
--- core/utilities/extrasupport/addressbook/akonadiiface.cpp.orig 2022-04-22 10:48:13 UTC
|
||||
+++ core/utilities/extrasupport/addressbook/akonadiiface.cpp
|
||||
@@ -49,7 +49,7 @@
|
||||
#include <AkonadiCore/Item>
|
||||
#endif
|
||||
|
||||
-#include <Akonadi/Contact/ContactSearchJob>
|
||||
+#include <AkonadiContact/Akonadi/ContactSearchJob>
|
||||
#include <KContacts/Addressee>
|
||||
|
||||
#if defined(Q_OS_DARWIN) && defined(Q_CC_CLANG)
|
Loading…
Reference in New Issue
Block a user