CVSROOT: /cvs
Module name: xenocara
Changes by: [email protected] 2026/05/08 03:02:11
Modified files:
lib/libXfont2 : Makefile.bsd-wrapper
lib/libpng : Makefile.bsd-wrapper
share/mk : bsd.xorg.mk
Log message:
Fix the build system changes that handle the autoconf cache patches.
The beforeconfigure target doesn't work as expected and causes
extra configure script executions and sometimes full rebuilds.
replace it by more ad-hoc code to generate a local autoconf cache for
the packages that need it (currently libpng and libXfont2)
ok miod@