ports/x11/xskyroot/files/patch-xskyroot.c
Muhammad Moinur Rahman 4c2bb9fcd1 x11/xskyroot: Fix build with llvm15
- Pet portclippy
- Reresh pathces
- Use DISTNAME and EXTRACT_SUFX instead of DISTFILES
2023-06-03 17:38:52 +02:00

8 lines
160 B
C

--- xskyroot.c.orig 2023-06-03 14:41:54 UTC
+++ xskyroot.c
@@ -1,4 +1,4 @@
-
+#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <X11/Xlib.h>