FreeBSD Bugzilla – Attachment 241109 Details for
Bug 270449
x11-toolkits/gtk20: fix build with clang 16
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix build with clang 16
gtk20_fix-compile-with-llvm16.diff (text/plain), 868 bytes, created by
Eric Camachat
on 2023-03-25 19:44:10 UTC
(
hide
)
Description:
fix build with clang 16
Filename:
MIME Type:
Creator:
Eric Camachat
Created:
2023-03-25 19:44:10 UTC
Size:
868 bytes
patch
obsolete
>diff --git x11-toolkits/gtk20/files/patch-gtk_gtkscale.c x11-toolkits/gtk20/files/patch-gtk_gtkscale.c >new file mode 100644 >index 000000000000..a6bb935f5444 >--- /dev/null >+++ x11-toolkits/gtk20/files/patch-gtk_gtkscale.c >@@ -0,0 +1,11 @@ >+--- gtk/gtkscale.c.orig 2020-12-18 05:29:40 UTC >++++ gtk/gtkscale.c >+@@ -1471,7 +1471,7 @@ gtk_scale_add_mark (GtkScale *scale, >+ mark->position = position; >+ >+ priv->marks = g_slist_insert_sorted_with_data (priv->marks, mark, >+- (GCompareFunc) compare_marks, >++ (GCompareDataFunc) compare_marks, >+ GINT_TO_POINTER ( >+ gtk_range_get_inverted (GTK_RANGE (scale)) >+ ));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 270449
: 241109