summaryrefslogtreecommitdiff
path: root/user/kio/strcpy-ppc.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-06-04 16:52:38 -0500
committerZach van Rijn <me@zv.io>2022-10-21 18:34:01 -0500
commit18d37b40a1dff05c8e75928dfdf851bf2f1acf8b (patch)
tree2aa60b0e6a8f7f95a90ef159815c7c2dc675d223 /user/kio/strcpy-ppc.patch
parentdadb2364fa576f1b9d7e01fe26de6fae296c5844 (diff)
downloadpackages-18d37b40a1dff05c8e75928dfdf851bf2f1acf8b.tar.gz
packages-18d37b40a1dff05c8e75928dfdf851bf2f1acf8b.tar.bz2
packages-18d37b40a1dff05c8e75928dfdf851bf2f1acf8b.tar.xz
packages-18d37b40a1dff05c8e75928dfdf851bf2f1acf8b.zip
user/[KDE Frameworks]: Update to 5.94.0
Many frameworks have added or removed dependencies. Documentation builds have been fixed for new tag file dependencies. * KIO: Fix build on GCC 8. * Prison: Ensure QR and DTMX barcodes are generated properly on big-endian systems. * Syndication: New framework.
Diffstat (limited to 'user/kio/strcpy-ppc.patch')
-rw-r--r--user/kio/strcpy-ppc.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/user/kio/strcpy-ppc.patch b/user/kio/strcpy-ppc.patch
deleted file mode 100644
index 119f0a71f..000000000
--- a/user/kio/strcpy-ppc.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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
-@@ -24,6 +24,7 @@
- #include <sys/un.h>
- #include <iostream>
- #include <unistd.h>
-+#include <cstring>
- #include <sys/socket.h>
- #include <string.h>
- #include <stddef.h>