1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Unbreak on ARM by depending on the previous libffi version

PR:		248099
This commit is contained in:
Greg Lewis 2020-08-06 04:27:10 +00:00
parent 8e63491f3d
commit 2975d53ad9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544263

View File

@ -37,7 +37,7 @@ INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}
.include <bsd.port.pre.mk>
.if ${ARCH} == aarch64 || ${ARCH:Marmv*}
RUN_DEPENDS+= ${LOCALBASE}/lib/libffi.so:devel/libffi
RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libffi.so.6:devel/libffi321
.endif
.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2