commit:     415245a4d0ae483e5f9d74d0b72dc18cb0fe945c
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 19 17:29:48 2025 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Wed Nov 19 17:29:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415245a4

x11-libs/libXaw3dXft: remove unused patch(es)

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

 .../files/libXaw3dXft-1.6.2h-fix-gcc-14.patch           | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/x11-libs/libXaw3dXft/files/libXaw3dXft-1.6.2h-fix-gcc-14.patch 
b/x11-libs/libXaw3dXft/files/libXaw3dXft-1.6.2h-fix-gcc-14.patch
deleted file mode 100644
index ae69a5dccba1..000000000000
--- a/x11-libs/libXaw3dXft/files/libXaw3dXft-1.6.2h-fix-gcc-14.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-https://bugs.gentoo.org/919239
-
-Fix compilation with gcc 14 [-Wincompatible-pointer-types]
-
-buffer_return is a char* cast to wchar_t* at call site.
-
---- a/src/XawIm.c
-+++ b/src/XawIm.c
-@@ -1522,7 +1522,7 @@
-     if ((vw = SearchVendorShell(inwidg)) && (ve = GetExtPart(vw)) &&
-       ve->im.xim && (p = GetIcTableShared(inwidg, ve)) && p->xic) {
-           if (_Xaw3dXft->encoding == -1)
--            ret = Xutf8LookupString (p->xic, event, buffer_return, 
bytes_buffer, keysym_return, status_return);
-+            ret = Xutf8LookupString (p->xic, event, (char*)buffer_return, 
bytes_buffer, keysym_return, status_return);
-           else
-             ret = XwcLookupString(p->xic, event, buffer_return, bytes_buffer,
-                                keysym_return, status_return);

Reply via email to