30.03.2018, 12:51, "Jonathan Gray" <j...@jsg.id.au>:
> The luajit port links libc++abi for those symbols on clang archs.
> With gcc they are included when libgcc is linked by default.
Thanks for the information.
>
> neovim is also ported as editors/neovim.
Neovim developers want to run CI for OpenBSD, i.e., they'd like to
build it for OpenBSD with every commit to ensure that the commit doesn't
break OpenBSD support. Here's the link to the conversation:
https://github.com/neovim/neovim/pull/8197
Although the issue of conditionally linking libraries for OpenBSD can be
solved through Makefiles, it's still important that the entire build
process goes uninterrupted.
If you're an OpenBSD developer or know someone/the maintainer of that
port, you might want to talk to them to add full support. Otherwise,
I'll just try it out myself. I recently added support for NetBSD.