CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/01/25 06:15:35
Modified files:
x11/py-gtk2 : Makefile
x11/py-gtk2/patches: patch-pango_defs
Added files:
x11/py-gtk2/patches: patch-pango_override
Log message:
Fix clang 15 build: cope with pango functions formerly exported
Drop the binding for pango_font_map_get_shape_engine_type().
pango_font_metrics_new() is trickier since it's used in several places,
so provide a local declaration instead. ok ajacoutot@ (maintainer)
