aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2020-08-06 04:27:10 +0000
committerGreg Lewis <glewis@FreeBSD.org>2020-08-06 04:27:10 +0000
commit2975d53ad949c3600ee8486c65fdac3ff08c14e1 (patch)
tree4cda7e73314cf32061217936b8291d1658ed966d /java
parent8e63491f3d466ea7c423bd10d89574c1b2c8db47 (diff)
downloadports-2975d53ad949c3600ee8486c65fdac3ff08c14e1.tar.gz
ports-2975d53ad949c3600ee8486c65fdac3ff08c14e1.zip
Unbreak on ARM by depending on the previous libffi version
PR: 248099
Notes
Notes: svn path=/head/; revision=544263
Diffstat (limited to 'java')
-rw-r--r--java/bootstrap-openjdk8/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/bootstrap-openjdk8/Makefile b/java/bootstrap-openjdk8/Makefile
index a49a5d249844..eb5a922ec647 100644
--- a/java/bootstrap-openjdk8/Makefile
+++ b/java/bootstrap-openjdk8/Makefile
@@ -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