aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-10 10:02:17 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-10 20:02:27 +0000
commit5b0c95f8a81f57b260853614521f59f2af0b0322 (patch)
tree62894de113891702f70fd29454e45095b5379ca0
parentcbe8ac472df61c86dfa50812eeaa3a0931c55e0c (diff)
downloadports-5b0c95f8a81f57b260853614521f59f2af0b0322.tar.gz
ports-5b0c95f8a81f57b260853614521f59f2af0b0322.zip
editors/neovim: drop GCC on powerpc64
-rw-r--r--editors/neovim/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile
index 47901262e02b..8bc0cfd98d62 100644
--- a/editors/neovim/Makefile
+++ b/editors/neovim/Makefile
@@ -1,6 +1,7 @@
PORTNAME= neovim
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.1
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= adamw@FreeBSD.org
@@ -42,12 +43,6 @@ NLS_CMAKE_BOOL= ENABLE_LIBINTL
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-NLS-off:
${REINPLACE_CMD} -e '/add_subdirectory(po)/d' ${WRKSRC}/src/nvim/CMakeLists.txt