CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/03/04 07:22:25
Modified files:
editors/neovim : Makefile
Added files:
editors/neovim/patches: patch-src_nvim_CMakeLists_txt
Log message:
neovim: remove useless linker option
We don't need to use -lc++abi because our neovim port disables luajit
and uses lua-5.1 instead.
This allows building neovim on archs that don't have libc++abi (tested
on macppc).
Spotted by jca@, who also modified my diff accordingly (thanks!)
OK jca@, "Fine with me!" edd@ (MAINTAINER)