commit: 87ecc71e49f277ae50a5bcf71c0a67ff6d9bb2bb Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Tue Dec 23 16:29:20 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Tue Dec 23 16:29:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ecc71e
x11-libs/vte: remove unused patch Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> x11-libs/vte/files/vte-0.76.3-stdint.patch | 34 ------------------------------ 1 file changed, 34 deletions(-) diff --git a/x11-libs/vte/files/vte-0.76.3-stdint.patch b/x11-libs/vte/files/vte-0.76.3-stdint.patch deleted file mode 100644 index 26c640e0ae7f..000000000000 --- a/x11-libs/vte/files/vte-0.76.3-stdint.patch +++ /dev/null @@ -1,34 +0,0 @@ - -Fix compilation with gcc-14. - -Bug: https://bugs.gentoo.org/937617 -Bug: https://gitlab.gnome.org/GNOME/vte/-/issues/2807 - -Patch from: -https://gitlab.gnome.org/GNOME/vte/-/commit/0d393b6cd6a24f53eaefa16764b9453a1483acf5 - -From 0d393b6cd6a24f53eaefa16764b9453a1483acf5 Mon Sep 17 00:00:00 2001 -From: Christian Persch <[email protected]> -Date: Mon, 12 Aug 2024 18:42:37 +0200 -Subject: [PATCH] lib: Include stdint.h where needed - -Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2807 ---- - src/vte/vteregex.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/vte/vteregex.h b/src/vte/vteregex.h -index 10c5088b8..c9e4f75db 100644 ---- a/src/vte/vteregex.h -+++ b/src/vte/vteregex.h -@@ -23,6 +23,7 @@ - - #include <glib.h> - #include <glib-object.h> -+#include <stdint.h> - - #include "vtemacros.h" - --- -GitLab -
