. Unbreak the build by setting ANT_INCLUDE_SHARED_JARS. Found during

bsd.java.mk testing on bento.

Done now to get this fixed for 4.10.

PR:		65614
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Hopefully not objected to by:	znerd
This commit is contained in:
Greg Lewis 2004-04-20 19:38:19 +00:00
parent 672b6d91da
commit d97ab57471

View file

@ -38,7 +38,8 @@ post-extract:
@${CP} ${FILESDIR}/LICENSE ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/
do-build:
@cd ${WRKSRC} && ${ANT} ${ANT_TARGET}
@cd ${WRKSRC} && \
${SETENV} ANT_INCLUDE_SHARED_JARS=YES ${ANT} ${ANT_TARGET}
do-install:
@${ECHO} -n ">> Installing JAR as ${JARDIR}/${DESTJARFILE}..."