git: 1c448e557273 - main - devel/luv: enable LUAJIT on powerpc64le via luajit-openresty
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Oct 2021 00:39:18 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c448e557273112bcd9760755c4fd2a1b2acd967 commit 1c448e557273112bcd9760755c4fd2a1b2acd967 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-10-23 00:36:43 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-10-23 00:36:43 +0000 devel/luv: enable LUAJIT on powerpc64le via luajit-openresty Fixes build of editors/neovim. --- devel/luv/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/luv/Makefile b/devel/luv/Makefile index 7217e613413a..ff5905c71e73 100644 --- a/devel/luv/Makefile +++ b/devel/luv/Makefile @@ -24,6 +24,7 @@ OPTIONS_DEFAULT_aarch64= LUAJIT OPTIONS_DEFAULT_amd64= LUAJIT OPTIONS_DEFAULT_i386= LUAJIT OPTIONS_DEFAULT_powerpc64= LUAJIT +OPTIONS_DEFAULT_powerpc64le= LUAJIT LUAJIT_DESC= Use LuaJIT (instead of just Lua) LUAJIT_LIB_DEPENDS= ${LUAJIT_LIB_DEPENDS_${ARCH}} @@ -31,6 +32,7 @@ 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 +LUAJIT_LIB_DEPENDS_powerpc64le= libluajit-5.1.so:lang/luajit-openresty LUAJIT_CMAKE_ON= -DWITH_LUA_ENGINE=LuaJIT LUAJIT_USES_OFF= lua LUAJIT_CMAKE_OFF= -DWITH_LUA_ENGINE=Lua