Author :
kn
Date :
2026-09-05 19:09:11
Hash :cd1c03ad 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.)