diff --git a/akonadi-restore-builtin-automoc4.patch b/akonadi-restore-builtin-automoc4.patch index 75bdd5f..70a5184 100644 --- a/akonadi-restore-builtin-automoc4.patch +++ b/akonadi-restore-builtin-automoc4.patch @@ -1966,7 +1966,17 @@ Index: CMakeLists.txt set(SHARED_MIME_INFO_MINIMUM_VERSION "0.20") find_package(SharedMimeInfo REQUIRED) -@@ -81,7 +76,7 @@ +@@ -28,8 +23,7 @@ + message(FATAL_ERROR "\nThe command line XSLT processor program 'xsltproc' could not be found.\nPlease install libxslt.\n") + endif(NOT XSLTPROC_EXECUTABLE) + +-# this one actually sets only install locations +-include(InstallSettings) ++include(AkonadiInternal) + + ################ configure checks and similar things ############################## + +@@ -81,7 +75,7 @@ ################# build targets ########################