commit: 54f42ce6dc96dc6bf2d2b2b383304add8c1a69a8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 15:11:40 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 15:11:40 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=54f42ce6
kde-apps/kio-extras: Disable finding system KDSoapWSDiscoveryClient
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kio-extras/kio-extras-23.08.49.9999.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/kde-apps/kio-extras/kio-extras-23.08.49.9999.ebuild
b/kde-apps/kio-extras/kio-extras-23.08.49.9999.ebuild
index d44ed1ed2c..7d01318d0a 100644
--- a/kde-apps/kio-extras/kio-extras-23.08.49.9999.ebuild
+++ b/kde-apps/kio-extras/kio-extras-23.08.49.9999.ebuild
@@ -88,5 +88,11 @@ src_configure() {
-DWITHOUT_X11=$(usex !X)
)
+ use samba && mycmakeargs+=(
+ # do not attempt to find now Qt6-based system version
+ -DCMAKE_DISABLE_FIND_PACKAGE_KDSoapWSDiscoveryClient=ON
+ )
+
+
ecm_src_configure
}