From b24782302154e447b59c3f719970f951cd15cd38 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 19 Feb 2024 05:39:40 +0000 Subject: gentoo auto-resync : 19:02:2024 - 05:39:40 --- dev-lang/php/files/php-8.2.15-gcc14-build-fix.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 dev-lang/php/files/php-8.2.15-gcc14-build-fix.patch (limited to 'dev-lang/php/files') diff --git a/dev-lang/php/files/php-8.2.15-gcc14-build-fix.patch b/dev-lang/php/files/php-8.2.15-gcc14-build-fix.patch deleted file mode 100644 index 5f21f442ee06..000000000000 --- a/dev-lang/php/files/php-8.2.15-gcc14-build-fix.patch +++ /dev/null @@ -1,16 +0,0 @@ -https://github.com/php/php-src/commit/72526609413e8a8cd768ed4966c17b1a9db6c12c.patch -From: Remi Collet -Date: Mon, 22 Jan 2024 10:01:25 +0100 -Subject: [PATCH] Fix GH-13215 GCC 14 build - ---- a/Zend/zend_atomic.h -+++ b/Zend/zend_atomic.h -@@ -23,7 +23,7 @@ - ((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || (__GNUC__ > (x))) - - /* Builtins are used to avoid library linkage */ --#if __has_feature(c_atomic) -+#if __has_feature(c_atomic) && defined(__clang__) - #define HAVE_C11_ATOMICS 1 - #elif ZEND_GCC_PREREQ(4, 7) - #define HAVE_GNUC_ATOMICS 1 -- cgit v1.2.3