git: 2a8c2d40fe54 - main - editors/neovim: enable LUAJIT on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Oct 2021 20:34:47 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2a8c2d40fe54ba3f7dfbf01dd64fbdb76be49350
commit 2a8c2d40fe54ba3f7dfbf01dd64fbdb76be49350
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-26 20:29:29 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-26 20:29:29 +0000
editors/neovim: enable LUAJIT on powerpc
While here, remove entry for riscv architecture. We only have riscv64 and riscv64sf.
---
editors/neovim/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile
index c35ba42e31ea..5088f53b5deb 100644
--- a/editors/neovim/Makefile
+++ b/editors/neovim/Makefile
@@ -42,8 +42,6 @@ OPTIONS_DEFINE= LUAJIT NLS PYNVIM
OPTIONS_DEFAULT=LUAJIT
OPTIONS_EXCLUDE_aarch64=LUAJIT
OPTIONS_EXCLUDE_mips64= LUAJIT
-OPTIONS_EXCLUDE_powerpc=LUAJIT
-OPTIONS_EXCLUDE_riscv= LUAJIT
OPTIONS_EXCLUDE_riscv64=LUAJIT
OPTIONS_EXCLUDE_sparc64=LUAJIT
OPTIONS_SUB= yes