Date: Thu, 30 Sep 2021 07:20:43 GMT From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aa0743dcc2fd - main - devel/luv: un-break build on aarch64 Message-ID: <202109300720.18U7Khsr015972@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa0743dcc2fd9dc20e899887547ef9ca2846515b commit aa0743dcc2fd9dc20e899887547ef9ca2846515b Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2021-09-30 07:16:35 +0000 Commit: Dave Cottlehuber <dch@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109300720.18U7Khsr015972>