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

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 24 Dec 2023 00:56:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275567

--- Comment #32 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Same here.

Look at this:
3.24.38:
$ readelf -d /usr/local/lib/libgtk-3.so | grep libintl
 0x0000000000000001 NEEDED               Shared library: [libintl.so]
$ pkg info gtk3 | grep libintl
        libintl.so.8
        libintl.so

3.24.34_1:
$ readelf -d /usr/local/lib/libgtk-3.so | grep libintl
 0x0000000000000001 NEEDED               Shared library: [libintl.so.8]
$ pkg info gtk3 | grep libintl
        libintl.so.8

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