gentoo-ebuilds/media-gfx/gphotofs/files/gphotofs-0.5-fix-build-clang16.patch
Brahmajit Das 2dad7c8ef9
media-gfx/gphotofs: Fix call to undeclared function setlocale
And update EAPI 7 -> 8

Closes: https://bugs.gentoo.org/896214
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33139
Signed-off-by: Sam James <sam@gentoo.org>
2023-10-01 09:39:39 +01:00

11 lines
230 B
Diff

Bug: https://bugs.gentoo.org/896214
--- a/gphotofs.c
+++ b/gphotofs.c
@@ -26,6 +26,7 @@
#include <errno.h>
#include <fcntl.h>
#include <sys/time.h>
+#include <locale.h>
/*
* Static variables set by command line arguments.