CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/09/02 10:56:17
Modified files:
net/tdlib/tde2e: Makefile
net/tdlib/tdlib: Makefile
Log message:
properly ignore ccache (and PHP) to fix build with ccache installed
CMAKE_DISABLE_FIND_PROGRAM_* which I introduced in net/tdlib/Makefile 1.10
does not actually work, it seems only _PACKAGE_* is a thing.
td{lib,e2e}, however, checks *_FOUND which does prevent usage of tools
found during configure iff preset apropiately.
