From e1526ec5deacd23d4c780f82459b85d73c5e3e9e Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 25 Jun 2023 07:06:52 +0300 Subject: Adding patches for ksysguard, kcheckpass and tdm for stable ebuilds, fix issue #299 This resolves FTBFS - see issue TDE/tde-packaging-gentoo#299. Adds detection and optionally a prototype for strlcat and strlcpy for ksysguard and kcheckpass. It also adds an include for the ioctl() prototype in tdm. The absence of these prototypes results in a build error with some compilers. Signed-off-by: ormorph (cherry picked from commit c704aa006b666ca063b57756e9111f238f5a21fa) --- trinity-base/tdm/files/tdm-ioctl.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 trinity-base/tdm/files/tdm-ioctl.patch (limited to 'trinity-base/tdm/files') diff --git a/trinity-base/tdm/files/tdm-ioctl.patch b/trinity-base/tdm/files/tdm-ioctl.patch new file mode 100644 index 00000000..3ca1a9ac --- /dev/null +++ b/trinity-base/tdm/files/tdm-ioctl.patch @@ -0,0 +1,10 @@ +--- a/tdm/backend/ctrl.c 2023-07-04 20:45:46.142304481 +0300 ++++ b/tdm/backend/ctrl.c 2023-07-04 20:46:57.086306320 +0300 +@@ -41,6 +41,7 @@ + #include + #include + #include ++#include + #include + + #ifdef __linux__ -- cgit v1.2.1