[packages/motif] - one more type fix, for libXmu 1.3.x
qboosh
qboosh at pld-linux.org
Sun Feb 1 15:12:37 CET 2026
commit a876a25ed19eac3a4a54e95d192e78cfe3b720a0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Feb 1 15:12:43 2026 +0100
- one more type fix, for libXmu 1.3.x
motif-types.patch | 9 +++++++++
1 file changed, 9 insertions(+)
---
diff --git a/motif-types.patch b/motif-types.patch
index 47f3637..6d8e105 100644
--- a/motif-types.patch
+++ b/motif-types.patch
@@ -81,6 +81,15 @@
char * str;
if (globals.block == BlockAll) {
+@@ -794,7 +794,7 @@ WidgetInfo *info;
+
+ register int count;
+ register Widget parent;
+- register unsigned long * child;
++ register CARD64 * child;
+
+ for (top = w; XtParent(top) != NULL; top = XtParent(top)) {}
+
--- motif-2.3.8/lib/Mrm/Mrm.h.orig 2017-08-17 02:38:43.000000000 +0200
+++ motif-2.3.8/lib/Mrm/Mrm.h 2026-01-31 09:44:32.909909570 +0100
@@ -246,8 +246,8 @@ typedef struct {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/motif.git/commitdiff/a876a25ed19eac3a4a54e95d192e78cfe3b720a0
More information about the pld-cvs-commit
mailing list