Date: Mon, 11 Dec 2023 09:19:57 +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-8FYo5yu43Y@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 #13 from Nuno Teixeira <eduardo@FreeBSD.org> --- (In reply to Nuno Teixeira from comment #12) (...) Also, our patch does this: > + if atkbridge_dep.found() > + atk_pkgs +=3D ['atk-bridge-2.0'] > + cdata.set('HAVE_ATK_BRIDGE', 1) that causes to activate a run dep with atk-bridge true or false. pkgsrc patch fixes it with: < + if atkbridge_enabled < atkbridge_dep =3D dependency('atk-bridge-2.0', version: at_spi2_atk_r= eq) < + cdata.set('HAVE_ATK_BRIDGE', 1) < + endif --=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-8FYo5yu43Y>