CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/07/08 20:10:08
Modified files:
graphics/libvips: Makefile
Log message:
Add -Dfontconfig=disabled to unbreak build without pango
In libvips, our -Dpangocairo=disabled also disabled fontconfig, but
only after meson.build required both fontconfig and pangoft2. If you
didn't install devel/pango, then "make configure" failed at pangoft2.
If you did have pango, then pangoft2 got found but never used.
Diff from Brad Smith
