CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2026/09/05 13:09:11

Modified files:
        lang/python/3  : python.port.mk 

Log message:
set CXX to prevent sccache detection via MODPY_PYBUILD=mesonpy;  OK sthen

meson picks up /usr/local/bin/sccache if installed and prefers it to
"c++" in PATH, CXX from the environment takes precendence, but is not
set, causing PORTS_PRIVSEP=yes builds to fail.

(sccache supports Rust and C++, but bsd.port.mk(5) USE_SCCACHE=yes
only support C++ (so far), i.e. ${WRKDIR}/bin/c++ which CXX resolves
to is not effected by it.)

Reply via email to