git: aa0743dcc2fd - main - devel/luv: un-break build on aarch64
Dave Cottlehuber
dch at FreeBSD.org
Thu Sep 30 07:20:43 UTC 2021
The branch main has been updated by dch:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aa0743dcc2fd9dc20e899887547ef9ca2846515b
commit aa0743dcc2fd9dc20e899887547ef9ca2846515b
Author: Dave Cottlehuber <dch at FreeBSD.org>
AuthorDate: 2021-09-30 07:16:35 +0000
Commit: Dave Cottlehuber <dch at FreeBSD.org>
CommitDate: 2021-09-30 07:16:35 +0000
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
---
devel/luv/Makefile | 1 +
1 file changed, 1 insertion(+)
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
More information about the dev-commits-ports-all
mailing list