Files
gentoo/dev-util/ftjam/files/ftjam-2.5.3-clang16.patch
Ionen Wolkens 7f43eaea77 dev-util/ftjam: fix build with clang16
Revbump unlikely to matter for other compilers, but doesn't hurt.

Closes: https://bugs.gentoo.org/870655
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-09-29 00:17:54 -04:00

8 lines
142 B
Diff

https://bugs.gentoo.org/870655
--- a/jam.h
+++ b/jam.h
@@ -382,2 +382,3 @@
# include <string.h>
+# include <unistd.h>
# include <time.h>