commit:     8b47d1aa4f2c87e2293fad2aed57ad9102226db7
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Oct  7 20:26:14 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 19:33:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b47d1aa

sys-apps/dbus: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/27681
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/dbus-1.14.0-clang-15-configure.patch     | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/sys-apps/dbus/files/dbus-1.14.0-clang-15-configure.patch 
b/sys-apps/dbus/files/dbus-1.14.0-clang-15-configure.patch
deleted file mode 100644
index 821279c50ee9..000000000000
--- a/sys-apps/dbus/files/dbus-1.14.0-clang-15-configure.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/339
-
-From 88c96ff6a351758cb7c69a25e3a8464b5164a19c Mon Sep 17 00:00:00 2001
-From: Sam James <s...@gentoo.org>
-Date: Mon, 12 Sep 2022 18:37:35 +0100
-Subject: [PATCH] configure.ac: fix configure tests broken with Clang 15 
- (implicit function declarations)
-
-Clang 15 makes implicit function declarations fatal by default which
-leads to some configure tests silently failing/returning
-the wrong result.
-
-Signed-off-by: Sam James <s...@gentoo.org>
---- a/configure.ac
-+++ b/configure.ac
-@@ -613,7 +613,8 @@ AS_IF([test -n "$dbus_va_copy_func"],
- AC_CACHE_CHECK([whether $CC knows __sync_sub_and_fetch()],
-   dbus_cv_sync_sub_and_fetch,
-   [AC_LINK_IFELSE([
--     AC_LANG_PROGRAM([[]], [[int a = 4; int b = __sync_sub_and_fetch(&a, 4); 
exit(b); ]])],
-+     AC_LANG_PROGRAM([[]], [[#include <stdlib.h>
-+     int a = 4; int b = __sync_sub_and_fetch(&a, 4); exit(b); ]])],
-      [dbus_cv_sync_sub_and_fetch=yes],
-      [dbus_cv_sync_sub_and_fetch=no])
-   ])
-GitLab

Reply via email to