aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2021-09-30 07:16:35 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2021-09-30 07:16:35 +0000
commitaa0743dcc2fd9dc20e899887547ef9ca2846515b (patch)
tree1153d128da56296590366730aed125aca6821cc5 /devel
parent4a7f097be4c1f6f816b194753f189b1e43068ce3 (diff)
downloadports-aa0743dcc2fd9dc20e899887547ef9ca2846515b.tar.gz
ports-aa0743dcc2fd9dc20e899887547ef9ca2846515b.zip
devel/luv: un-break build on aarch64
luajit-openresty is required on aarch64, same as on ppc64. PR: 258799 Approved by: portmgr (runtime fix blanket) Sponsored by: SkunkWerks, GmbH
Diffstat (limited to 'devel')
-rw-r--r--devel/luv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/luv/Makefile b/devel/luv/Makefile
index 2d1d3115f24e..7217e613413a 100644
--- a/devel/luv/Makefile
+++ b/devel/luv/Makefile
@@ -27,6 +27,7 @@ OPTIONS_DEFAULT_powerpc64= LUAJIT
LUAJIT_DESC= Use LuaJIT (instead of just Lua)
LUAJIT_LIB_DEPENDS= ${LUAJIT_LIB_DEPENDS_${ARCH}}
+LUAJIT_LIB_DEPENDS_aarch64= libluajit-5.1.so:lang/luajit-openresty
LUAJIT_LIB_DEPENDS_amd64= libluajit-5.1.so:lang/luajit
LUAJIT_LIB_DEPENDS_i386= libluajit-5.1.so:lang/luajit
LUAJIT_LIB_DEPENDS_powerpc64= libluajit-5.1.so:lang/luajit-openresty