svn commit: r557211 - head/editors/neovim

Mark Linimon linimon at FreeBSD.org
Mon Dec 7 05:25:10 UTC 2020


Author: linimon
Date: Mon Dec  7 05:25:09 2020
New Revision: 557211
URL: https://svnweb.freebsd.org/changeset/ports/557211

Log:
  Turn off LUAJIT on riscv64 as well.  This allows it to build.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/editors/neovim/Makefile

Modified: head/editors/neovim/Makefile
==============================================================================
--- head/editors/neovim/Makefile	Mon Dec  7 04:23:12 2020	(r557210)
+++ head/editors/neovim/Makefile	Mon Dec  7 05:25:09 2020	(r557211)
@@ -42,6 +42,7 @@ 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
 


More information about the svn-ports-head mailing list