On Wed, Dec 14, 2011 at 08:01:22PM +0000, Nigel Taylor wrote:
> > The diff below passes JAVA_HOME via MAKE_ENV whenever MODJAVA_BUILD=ant
> > is set.
>
> Hit this issue before in java/jna see below, the line added to java/jna
> is the same your adding. jna could have it's MAKE_ENV line removed, as now
> it's in java.port.mk.
Interesting. A search in the tree shows even more ports with that
workaround:
./geo/jeoip/Makefile:MAKE_ENV= JAVA_HOME=${JAVA_HOME} \
./geo/josm/Makefile:MAKE_ENV+= JAVA_HOME=${JAVA_HOME}
./java/jna/Makefile:MAKE_ENV += JAVA_HOME=${JAVA_HOME}
./net/openfire/Makefile:MAKE_ENV+= JAVA_HOME=${JAVA_HOME}
kurt@ already gave an ok@, but i'll builld and install everything
related to java and look wether there's any failure with the diff.
Ciao,
Kili