gentoo-ebuilds/x11-misc/x11vnc/files/x11vnc-0.9.17-implicit-function-declaration.patch
Alexander Tsoy dc0a4d28e4
x11-misc/x11vnc: version bump to 0.9.17
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Part-of: https://github.com/gentoo/gentoo/pull/42189
Closes: https://github.com/gentoo/gentoo/pull/42189
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-21 22:36:33 +01:00

26 lines
644 B
Diff

From f71fa6e9159b4514c9a1bec813ac166f47d58ed9 Mon Sep 17 00:00:00 2001
From: Alexander Tsoy <alexander@tsoy.me>
Date: Mon, 6 Mar 2023 00:57:20 +0300
Subject: [PATCH] configure: drop AC_FUNC_STAT macro
This macro is obsolescent and doesn't work with
-Werror=implicit-function-declaration compiler flag
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 2fd443a..f891d81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -496,7 +496,6 @@ if test $inaddrt = no ; then
fi
# Checks for library functions.
AC_FUNC_MEMCMP
-AC_FUNC_STAT
AC_FUNC_STRFTIME
AC_FUNC_VPRINTF
AC_FUNC_FORK
--
2.49.0