java/openjdk11 fails in "configure"

Jonathan Chen jonc at chen.org.nz
Wed Jul 10 06:28:35 UTC 2019


On Tue, 9 Jul 2019 at 15:53, Greg Lewis <glewis at eyesbeyond.com> wrote:
[...]
> If you remove the --disable-ccache from the configure args and instead add
> a block like this below:
>
> .if exists(${LOCALBASE}/bin/ccache)
> CONFIGURE_ARGS+=        --enable-ccache
> .endif
>
> does that do the right thing (after you remove the overrides of CC, etc.)?

Unfortunately, this doesn't quite work. I played around with the
Makefile for a while, and ultimately came to the conclusion that the
simplest solution is to add the following:
NO_CCACHE=      yes

Cheers.
-- 
Jonathan Chen <jonc at chen.org.nz>


More information about the freebsd-java mailing list