gentoo-ebuilds/media-libs/gavl/files/1.4.0-c99.patch
Sam James ad66f76c38
media-libs/gavl: fix modern c issue in configure
Closes: https://bugs.gentoo.org/879699
Signed-off-by: Sam James <sam@gentoo.org>
2023-12-05 06:39:13 +00:00

12 lines
274 B
Diff

https://bugs.gentoo.org/879699
--- a/configure.ac
+++ b/configure.ac
@@ -156,7 +156,7 @@ AC_MSG_CHECKING(for CLOCK_MONOTONIC)
AC_TRY_RUN([
#include <time.h>
#include <errno.h>
-main()
+int main()
{
struct timespec tp;
if(clock_gettime(CLOCK_MONOTONIC, &tp))