[Bug 275567] x11-toolkits/gtk30: Update to 3.24.38

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 11 Dec 2023 08:18:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275567

--- Comment #12 from Nuno Teixeira <eduardo@FreeBSD.org> ---
(In reply to Jan Beich from comment #10)
Hello Jan,

Yes, I really missed this patch.
I've removed unused chunks like you said.

Just a difference from NetBSD patch that might be of importance:

Our patch:

-#ifdef GDK_WINDOWING_X11
+#ifdef HAVE_ATK_BRIDGE
 #include <atk-bridge.h>
 #endif

pkgsrc patch:

 #ifdef GDK_WINDOWING_X11
+#ifdef HAVE_ATK_BRIDGE
 #include <atk-bridge.h>
 #endif
+#endif

What do you think?
For now I will use our patch and make tests.

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.