summaryrefslogtreecommitdiff
path: root/user/libksysguard/underlinking.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-06-09 01:10:53 -0500
committerZach van Rijn <me@zv.io>2022-10-21 18:34:01 -0500
commit1a8ec08761b79fd68225f69070c875e162a826bc (patch)
tree5be15b38f8c255251cd471c66ea36fdabee90e5e /user/libksysguard/underlinking.patch
parent44d7d2b2882e270cebf8385ac60827955e1e0987 (diff)
downloadpackages-1a8ec08761b79fd68225f69070c875e162a826bc.tar.gz
packages-1a8ec08761b79fd68225f69070c875e162a826bc.tar.bz2
packages-1a8ec08761b79fd68225f69070c875e162a826bc.tar.xz
packages-1a8ec08761b79fd68225f69070c875e162a826bc.zip
user/[KDE Plasma]: Update to 5.24.5
Diffstat (limited to 'user/libksysguard/underlinking.patch')
-rw-r--r--user/libksysguard/underlinking.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/user/libksysguard/underlinking.patch b/user/libksysguard/underlinking.patch
new file mode 100644
index 000000000..15f03bdaa
--- /dev/null
+++ b/user/libksysguard/underlinking.patch
@@ -0,0 +1,12 @@
+libksysguard underlinks on musl.
+
+--- libksysguard-5.24.5/processcore/CMakeLists.txt.old 2022-05-03 05:29:20.000000000 -0500
++++ libksysguard-5.24.5/processcore/CMakeLists.txt 2022-06-06 00:00:11.841140703 -0500
+@@ -36,6 +36,7 @@
+ KF5::CoreAddons
+ KF5::Service
+ ZLIB::ZLIB
++ stdc++fs
+ )
+
+ if( ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD" )