lichray/nvi2

For macOS vi/catalog/ location should be /usr/local/share

bitigchi opened this issue · 0 comments

Due to macOS System Integrity Protection (SIP), it's not possible to write to /usr/share/. The only way to use catalogs on macOS is manually editing pathnames.h.in file after cmake, specifying _PATH_MSGCAT manually as /usr/local/share/vi/catalog/.

I glanced over the CMake file to make something out of it, but couldn't find a way to do it.