mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
kde-frameworks: bump to 5.47.0
This commit is contained in:
24
kde-frameworks/kwallet/patches/kwallet-5.47.0.patchset
Normal file
24
kde-frameworks/kwallet/patches/kwallet-5.47.0.patchset
Normal file
@@ -0,0 +1,24 @@
|
||||
From cd61a3b5dee0e87b2ead38dd23210f2e9441441a Mon Sep 17 00:00:00 2001
|
||||
From: Sergei Reznikov <diver@gelios.net>
|
||||
Date: Mon, 25 Sep 2017 19:31:57 +0300
|
||||
Subject: Fix build on Haiku
|
||||
|
||||
|
||||
diff --git a/src/runtime/kwalletd/CMakeLists.txt b/src/runtime/kwalletd/CMakeLists.txt
|
||||
index 3f2a1de..4e09b03 100644
|
||||
--- a/src/runtime/kwalletd/CMakeLists.txt
|
||||
+++ b/src/runtime/kwalletd/CMakeLists.txt
|
||||
@@ -96,6 +96,10 @@ install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/org.kde.kwalletd.service
|
||||
|
||||
add_executable( kwalletd5 ${kwalletd_SRCS} )
|
||||
|
||||
+if (HAIKU)
|
||||
+ target_link_libraries(kwalletd5 network)
|
||||
+endif ()
|
||||
+
|
||||
target_link_libraries(kwalletd5
|
||||
kwalletbackend5
|
||||
KF5Wallet
|
||||
--
|
||||
2.13.1
|
||||
|
||||
Reference in New Issue
Block a user