From ffec4b922807fb67af8fdef84ac67f52e9168f81 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 15 Dec 2022 09:32:31 +0000 Subject: gentoo auto-resync : 15:12:2022 - 09:32:31 --- .../squidguard/files/squidguard-1.6.0-stdlib.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 net-proxy/squidguard/files/squidguard-1.6.0-stdlib.patch (limited to 'net-proxy/squidguard/files/squidguard-1.6.0-stdlib.patch') diff --git a/net-proxy/squidguard/files/squidguard-1.6.0-stdlib.patch b/net-proxy/squidguard/files/squidguard-1.6.0-stdlib.patch new file mode 100644 index 000000000000..51489b32de5e --- /dev/null +++ b/net-proxy/squidguard/files/squidguard-1.6.0-stdlib.patch @@ -0,0 +1,22 @@ +--- a/configure.ac 2022-12-15 10:33:13.845801113 +0300 ++++ b/configure.ac 2022-12-15 10:33:39.828949903 +0300 +@@ -342,6 +342,9 @@ + LIBS="$LIBS -ldb" + AC_RUN_IFELSE([AC_LANG_SOURCE([[ + #include ++ #ifdef HAVE_STDLIB_H ++ #include ++ #endif + int main() + { + int major, minor, patch; +@@ -377,6 +378,9 @@ + + AC_RUN_IFELSE([AC_LANG_SOURCE([[ + #include ++ #ifdef HAVE_STDLIB_H ++ #include ++ #endif + int main() + { + int major, minor, patch; -- cgit v1.2.3