summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-06-18 14:21:29 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-06-18 14:22:54 +0200
commit4e3dfab6bfa6ee8f81ea009fb2646f1722641d36 (patch)
tree8156b285ecd819c1220fc387171b4e003482a86d /app-text
parentapp-text/dictd: add missing call to readme.gentoo_print_elog in pkg_postinst (diff)
downloadgentoo-4e3dfab6bfa6ee8f81ea009fb2646f1722641d36.tar.gz
gentoo-4e3dfab6bfa6ee8f81ea009fb2646f1722641d36.tar.bz2
gentoo-4e3dfab6bfa6ee8f81ea009fb2646f1722641d36.zip
app-text/xdvik: adjust c99 patch
Closes: https://bugs.gentoo.org/927341 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xdvik/files/xdvik-22.87.06-c99-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/xdvik/files/xdvik-22.87.06-c99-fix.patch b/app-text/xdvik/files/xdvik-22.87.06-c99-fix.patch
index d22c473f42d3..1309ba823541 100644
--- a/app-text/xdvik/files/xdvik-22.87.06-c99-fix.patch
+++ b/app-text/xdvik/files/xdvik-22.87.06-c99-fix.patch
@@ -34,7 +34,7 @@ index 945ae760fa..913db11264 100644
/* delete and re-create list */
ASSERT(total_pages <= (int)page_info.index_size, "");
- XawListChange(LIST_WIDGET, page_info.page_labels, 0,
-+ XawListChange(LIST_WIDGET, (_Xconst char**) 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) {