[packages/texlive/TEXLIVE_20080816] drop one type change as constness changed in libXaw >= 1.0.16
atler
atler at pld-linux.org
Fri Sep 26 22:34:22 CEST 2025
commit f698fce6de346499b580c4749a369af45402a5b3
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Sep 26 22:33:33 2025 +0200
drop one type change as constness changed in libXaw >= 1.0.16
types.patch | 11 -----------
1 file changed, 11 deletions(-)
---
diff --git a/types.patch b/types.patch
index 2b2859f..d714758 100644
--- a/types.patch
+++ b/types.patch
@@ -3615,17 +3615,6 @@
+extern void set_menu(void *val, XtActionProc proc, Boolean (*cmp)(void*, const char*));
#endif /* MENU_H_ */
---- texlive-20080816-source/texk/xdvik/gui/pagesel.c.orig 2008-07-01 17:42:36.000000000 +0200
-+++ texlive-20080816-source/texk/xdvik/gui/pagesel.c 2025-09-26 01:11:07.280138697 +0200
-@@ -536,7 +536,7 @@
- button_width = get_panel_width() - 2 * (resource.btn_side_spacing + resource.btn_border_width);
- /* delete and re-create list */
- ASSERT(total_pages <= (int)page_info.index_size, "");
-- XawListChange(LIST_WIDGET, page_info.page_labels, 0,
-+ XawListChange(LIST_WIDGET, (const char **)page_info.page_labels, 0,
- MAX(button_width, pagelist_width), False);
- /* restore selected item */
- if (idx != XAW_LIST_NONE) {
--- texlive-20080816-source/texk/xdvik/gui/sfDraw.c.orig 2008-07-01 17:42:36.000000000 +0200
+++ texlive-20080816-source/texk/xdvik/gui/sfDraw.c 2025-09-26 01:14:21.677831678 +0200
@@ -237,7 +237,7 @@
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/texlive.git/commitdiff/f698fce6de346499b580c4749a369af45402a5b3
More information about the pld-cvs-commit
mailing list