Date: Mon, 11 Dec 2023 08:18:02 +0000 From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 275567] x11-toolkits/gtk30: Update to 3.24.38 Message-ID: <bug-275567-39348-6GvStrA3i9@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-275567-39348@https.bugs.freebsd.org/bugzilla/> References: <bug-275567-39348@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275567 --- 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275567-39348-6GvStrA3i9>