pmaports/kde/kio/D6597.patch
Oliver Smith c1ae46e4ff Package Plasma Mobile (All credit to PureTryOut!) (#284)
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
382 B
Diff

diff --git a/src/kpac/kpac_dhcp_helper.c b/src/kpac/kpac_dhcp_helper.c
--- a/src/kpac/kpac_dhcp_helper.c
+++ b/src/kpac/kpac_dhcp_helper.c
@@ -17,6 +17,9 @@
Boston, MA 02110-1301, USA.
*/
+#define _BSD_SOURCE /* setgroups */
+#define _DEFAULT_SOURCE /* stop glibc whining about the previous line */
+
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/types.h>