From 8435c842b9e8fbb2bcc80397ab3aa655000459e2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Jul 2024 08:05:42 +0100 Subject: gentoo auto-resync : 03:07:2024 - 08:05:42 --- .../bear/files/bear-3.0.21-clang16-tests.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 dev-util/bear/files/bear-3.0.21-clang16-tests.patch (limited to 'dev-util/bear/files/bear-3.0.21-clang16-tests.patch') diff --git a/dev-util/bear/files/bear-3.0.21-clang16-tests.patch b/dev-util/bear/files/bear-3.0.21-clang16-tests.patch deleted file mode 100644 index 19c63ba60849..000000000000 --- a/dev-util/bear/files/bear-3.0.21-clang16-tests.patch +++ /dev/null @@ -1,32 +0,0 @@ -https://github.com/rizsotto/Bear/pull/521 - -From 472cbed312444cdcef9102e924c79070ea1d3ab2 Mon Sep 17 00:00:00 2001 -From: Florian Weimer -Date: Sat, 15 Apr 2023 19:37:41 +0200 -Subject: [PATCH] Avoid implicit function declarations in tests, for C99 - compatibility - -Include for printf and define _GNU_SOURCE for execvpe. - -Future compilers will not support implicit function declartions by -default, causing these tests to fail to build. ---- a/test/cases/intercept/preload/errno_reset.c -+++ b/test/cases/intercept/preload/errno_reset.c -@@ -5,6 +5,7 @@ - #include - #include - #include -+#include - - int main() - { ---- a/test/cases/intercept/preload/posix/execvpe/success.c -+++ b/test/cases/intercept/preload/posix/execvpe/success.c -@@ -8,6 +8,7 @@ - #include "config.h" - - #if defined HAVE_UNISTD_H -+#define _GNU_SOURCE - #include - #endif - -- cgit v1.2.3