gentoo-ebuilds/app-text/binfind/files/binfind-0.0.3-clang16.patch
Ionen Wolkens 788f969a0b
app-text/binfind: fix configure with upcoming clang16
eautoreconf should not be needed per-se for clang16 but custom
test in configure.in missed an header, so let's regen.

Closes: https://bugs.gentoo.org/870832
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-10-05 19:00:11 -04:00

9 lines
178 B
Diff

https://bugs.gentoo.org/870832
--- a/configure.in
+++ b/configure.in
@@ -26,4 +26,5 @@
[#include <stdio.h>
#include <stdlib.h>
+ #include <string.h>
int main(void)