editors/neovim: enable luajit by default on powerpc64 using luajit-openresty
This commit is contained in:
parent
aa4a6dcd17
commit
243f975a08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549680
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= neovim
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.4.4
|
||||
PORTREVISIO= 1
|
||||
CATEGORIES= editors
|
||||
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
|
@ -40,7 +41,6 @@ OPTIONS_DEFAULT=LUAJIT
|
|||
OPTIONS_EXCLUDE_aarch64=LUAJIT
|
||||
OPTIONS_EXCLUDE_mips64= LUAJIT
|
||||
OPTIONS_EXCLUDE_powerpc=LUAJIT
|
||||
OPTIONS_EXCLUDE_powerpc64= LUAJIT
|
||||
OPTIONS_EXCLUDE_riscv= LUAJIT
|
||||
OPTIONS_EXCLUDE_sparc64=LUAJIT
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -60,6 +60,7 @@ PYNVIM_USES= python:run
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc64
|
||||
LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
|
||||
USES+= compiler:gcc-c++11-lib
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue