Date: Thu, 6 Jun 2019 21:02:41 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503601 - head/editors/neovim-qt Message-ID: <201906062102.x56L2fAQ024520@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Jun 6 21:02:41 2019 New Revision: 503601 URL: https://svnweb.freebsd.org/changeset/ports/503601 Log: editors/neovim-qt: fix build Add USES=compiler:c++11-lang to fix: CMake Error in src/CMakeLists.txt: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicit approval) Modified: head/editors/neovim-qt/Makefile Modified: head/editors/neovim-qt/Makefile ============================================================================== --- head/editors/neovim-qt/Makefile Thu Jun 6 20:02:19 2019 (r503600) +++ head/editors/neovim-qt/Makefile Thu Jun 6 21:02:41 2019 (r503601) @@ -15,7 +15,7 @@ BUILD_DEPENDS= neovim>=0:editors/neovim LIB_DEPENDS= libmsgpackc.so:devel/msgpack RUN_DEPENDS= neovim>=0:editors/neovim -USES= cmake desktop-file-utils qt:5 +USES= cmake compiler:c++11-lang desktop-file-utils qt:5 USE_GITHUB= yes GH_ACCOUNT= equalsraf USE_QT= core gui testlib network widgets buildtools_build qmake_build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906062102.x56L2fAQ024520>