1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

. 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
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107745

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}..."