commit:     367c1c2cfd1faba4bb88d90f80b129b4c5af7b7b
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 16 20:55:02 2025 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Tue Dec 16 20:55:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367c1c2c

app-editors/xemacs: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 app-editors/xemacs/files/xemacs-21.5.36-embed.patch | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/app-editors/xemacs/files/xemacs-21.5.36-embed.patch 
b/app-editors/xemacs/files/xemacs-21.5.36-embed.patch
deleted file mode 100644
index 82d6d6c79cae..000000000000
--- a/app-editors/xemacs/files/xemacs-21.5.36-embed.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-changeset:   7754:f38cf80e1163
-user:        Aidan Kehoe <[email protected]>
-date:        Fri Aug 29 07:35:13 2025 +0100
-summary:     Fall back to INCBIN(), avoid #embed with GCC 15. Thank you Leonid 
Kopylov!
-
-diff -r 887fd62b88bd -r f38cf80e1163 src/dump-data.c
---- a/src/dump-data.c  Tue Aug 26 18:27:00 2025 +0100
-+++ b/src/dump-data.c  Fri Aug 29 07:35:13 2025 +0100
-@@ -24,7 +24,7 @@
- #include "lisp.h"
- #include "dump-data.h"
- 
--#ifdef __has_embed
-+#if defined (__has_embed) && !(GCC_VERSION > NEED_GCC (15, 0, 0))
- #include <stdalign.h>
- 
- alignas (16) static Rawbyte dumped_data[] = {
-

Reply via email to