Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2021 20:34:47 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2a8c2d40fe54 - main - editors/neovim: enable LUAJIT on powerpc
Message-ID:  <202110262034.19QKYlPd077882@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110262034.19QKYlPd077882>