pmaports/kde/kinit/D6598.patch
Oliver Smith c1ae46e4ff Package Plasma Mobile (All credit to PureTryOut!) ()
Plasma mobile compiles, but we didn't get it to run yet.
Thanks to PureTryOut for all this amazing porting work! \o/
2017-08-03 20:14:04 +00:00

14 lines
316 B
Diff

diff --git a/src/start_kdeinit/start_kdeinit.c b/src/start_kdeinit/start_kdeinit.c
--- a/src/start_kdeinit/start_kdeinit.c
+++ b/src/start_kdeinit/start_kdeinit.c
@@ -19,6 +19,8 @@
#include <config-kdeinit.h>
+#define _POSIX_SOURCE /* kill(2) */
+
#include <errno.h>
#include <fcntl.h>
#include <signal.h>