summaryrefslogtreecommitdiff
path: root/kde-apps/libksane/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-28 17:40:55 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-28 17:40:55 +0000
commit8294b197c0de9084d8ac8510382353ea4c177b87 (patch)
tree588533368704fdb760c55c9d15e246a827bc3e3d /kde-apps/libksane/files
parent73c06e01ebc820f47f0140310b8a096e9d20877b (diff)
gentoo auto-resync : 28:02:2024 - 17:40:54
Diffstat (limited to 'kde-apps/libksane/files')
-rw-r--r--kde-apps/libksane/files/libksane-24.02.0-ksanecore-23.08.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/kde-apps/libksane/files/libksane-24.02.0-ksanecore-23.08.patch b/kde-apps/libksane/files/libksane-24.02.0-ksanecore-23.08.patch
new file mode 100644
index 000000000000..2bd46f773647
--- /dev/null
+++ b/kde-apps/libksane/files/libksane-24.02.0-ksanecore-23.08.patch
@@ -0,0 +1,13 @@
+We need SLOT 5 here.
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -86,7 +86,7 @@
+ )
+
+ # Check if sane API is available.
+- find_package(${KSANECORE_NAME} "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}" REQUIRED)
++ find_package(${KSANECORE_NAME} "23.08" REQUIRED)
+ add_subdirectory(src)
+ if (BUILD_TESTING)
+ #DONOTCOMPILE add_subdirectory(autotests)