tags 1088716 patch
thanks

I've found that the attached patch would fix the ftbfs problem,
but I'd like a second opinion.

(CC to Andreas, who authored the original gcc-14 patch)

Thanks.
--- a/debian/patches/gcc-14.patch
+++ b/debian/patches/gcc-14.patch
@@ -41,7 +41,7 @@ Description: fix building with GCC 14
  "   Check_Widget_Class (w, listWidgetClass);
      Check_Type (resize, T_Boolean);
 -    XawListChange (WIDGET(w)->widget, Get_List (x), 0, 0, EQ (resize, True));
-+    XawListChange (WIDGET(w)->widget, (const char **) Get_List (x), 0, 0, EQ 
(resize, True));
++    XawListChange (WIDGET(w)->widget, (char **) Get_List (x), 0, 0, EQ 
(resize, True));
      return Void;")
  
  (define-primitive 'list-highlight '(w i)

Reply via email to