Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2020 05:25:09 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557211 - head/editors/neovim
Message-ID:  <202012070525.0B75P997082682@repo.freebsd.org>

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



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