pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Fix neovim build issues found on SunOS bulk build
Module Name: pkgsrc-wip
Committed By: Claes Nästén <pekdon%gmail.com@localhost>
Pushed By: pekdon
Date: Wed Dec 22 17:25:28 2021 +0100
Changeset: 033ce4072a6a7894a66c43d4d5da078449b3a6a4
Modified Files:
neovim/Makefile
Log Message:
Fix neovim build issues found on SunOS bulk build
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=033ce4072a6a7894a66c43d4d5da078449b3a6a4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
neovim/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diffs:
diff --git a/neovim/Makefile b/neovim/Makefile
index 62c7504cec..392a35607c 100644
--- a/neovim/Makefile
+++ b/neovim/Makefile
@@ -11,6 +11,7 @@ COMMENT= Vim-fork focused on extensibility and usability
LICENSE= apache-2.0 AND vim-license
USE_CMAKE= yes
+USE_TOOLS+= xgettext
USE_LANGUAGES= c c++
@@ -21,7 +22,9 @@ CMAKE_ARG_PATH= ${WRKSRC}
LDFLAGS.SunOS+= -lrt
# should follow the LuaJIT API compatibility
-LUA_VERSION_REQD= 51
+LUA_VERSIONS_ACCEPTED= 51
+
+.include "../../lang/lua/luaversion.mk"
DEPENDS+= ${LUA_PKGPREFIX}-lpeg-[0-9]*:../../devel/lua-lpeg
DEPENDS+= ${LUA_PKGPREFIX}-mpack-[0-9]*:../../wip/lua-mpack
Home |
Main Index |
Thread Index |
Old Index