diff options
Diffstat (limited to 'editors/neovim')
-rw-r--r-- | editors/neovim/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index 6c83414a34a0..13cda5587855 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -57,6 +57,12 @@ NLS_USES= gettext PYNVIM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pynvim>=0.3.0:editors/py-pynvim@${PY_FLAVOR} PYNVIM_USES= python:run +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc64 +USES+= compiler:gcc-c++11-lib +.endif + post-patch: ${REINPLACE_CMD} -e \ 's|lua_objlen|lua_rawlen| ; \ |