diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-28 13:30:42 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-28 13:30:42 -0600 |
commit | ddf0310cb98dabbecff4d59c440e8bcdd7624fa6 (patch) | |
tree | c54a5889be673b24ef21647e3a8b2d5bd3e60d08 /user/kio/strcpy-ppc.patch | |
parent | cb31da9e55a2173da2780fa998a16e4384001d66 (diff) | |
download | packages-ddf0310cb98dabbecff4d59c440e8bcdd7624fa6.tar.gz packages-ddf0310cb98dabbecff4d59c440e8bcdd7624fa6.tar.bz2 packages-ddf0310cb98dabbecff4d59c440e8bcdd7624fa6.tar.xz packages-ddf0310cb98dabbecff4d59c440e8bcdd7624fa6.zip |
user/[KDE Frameworks]: Bump most to 5.65.0
Also bumps user/kactivitymanagerd to 5.12.9 as a kactivities dep.
Omitted:
* Baloo: needs lmdb
* kdewebkit: needs Qt WebKit
* kfilemetadata: needs FFmpeg and its deps
* ktexteditor: needs libgit2
Diffstat (limited to 'user/kio/strcpy-ppc.patch')
-rw-r--r-- | user/kio/strcpy-ppc.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/kio/strcpy-ppc.patch b/user/kio/strcpy-ppc.patch index 95f2deb9c..119f0a71f 100644 --- a/user/kio/strcpy-ppc.patch +++ b/user/kio/strcpy-ppc.patch @@ -1,10 +1,10 @@ --- kio-5.43.0/src/ioslaves/file/sharefd_p.h.old 2018-03-09 01:13:49.473808589 -0600 +++ kio-5.43.0/src/ioslaves/file/sharefd_p.h 2018-03-09 01:35:33.903523248 -0600 -@@ -21,6 +21,7 @@ +@@ -24,6 +24,7 @@ #include <sys/un.h> #include <iostream> #include <unistd.h> +#include <cstring> #include <sys/socket.h> - - // fix SOCK_NONBLOCK for e.g. macOS + #include <string.h> + #include <stddef.h> |