ports/editors/neovim/files/patch-CMakeLists.txt
Tobias C. Berner 6442501f16 Update editors/neovim to 0.2.1
Changelog:
	c67dd5acd0

PR:		223509
Submitted by:	Oleh Hushchenkov <gor@clogic.com.ua> (maintainer)
2017-11-11 07:17:10 +00:00

14 lines
430 B
Text

--- CMakeLists.txt.orig 2017-11-08 05:34:30 UTC
+++ CMakeLists.txt
@@ -433,9 +433,9 @@ endforeach()
# Find Lua interpreter
include(LuaHelpers)
-set(LUA_DEPENDENCIES lpeg mpack bit)
+set(LUA_DEPENDENCIES lpeg bit)
if(NOT LUA_PRG)
- foreach(CURRENT_LUA_PRG luajit lua5.1 lua5.2 lua)
+ foreach(CURRENT_LUA_PRG luajit)
# If LUA_PRG is set find_program() will not search
unset(LUA_PRG CACHE)
unset(LUA_PRG_WORKS)