1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00
Alexey Dokuchaev 43b9c52026 devel/apr1: unbreak the port's build against enforced ccache
Without setting CC_FOR_BUILD the configure script will try to
search for suitable compiler, and if `devel/ccache` is packaged
with compiler symlinks, its `gcc' would be detected first thus
breaking the port's build.  This only applies to APR_CONF_ENV,
not APU_CONF_ENV.
2023-05-11 06:59:10 +00:00
..