Date: Wed, 18 Dec 2019 17:11:47 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520388 - head/devel/shiboken2 Message-ID: <201912181711.xBIHBlct043623@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Dec 18 17:11:47 2019 New Revision: 520388 URL: https://svnweb.freebsd.org/changeset/ports/520388 Log: Fix build on GCC-based systems: CMake Error in ApiExtractor/CMakeLists.txt: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: portmgr (tier-2 blanket) Modified: head/devel/shiboken2/Makefile Modified: head/devel/shiboken2/Makefile ============================================================================== --- head/devel/shiboken2/Makefile Wed Dec 18 16:43:40 2019 (r520387) +++ head/devel/shiboken2/Makefile Wed Dec 18 17:11:47 2019 (r520388) @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0 LIB_DEPENDS= libclang.so:devel/llvm${LLVM_DEFAULT} \ libxslt.so:textproc/libxslt -USES= cmake gnome python qt:5 shebangfix tar:xz +USES= cmake compiler:c++11-lang gnome python qt:5 shebangfix tar:xz USE_GNOME= libxml2 USE_LDCONFIG= yes USE_PYTHON= flavors
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912181711.xBIHBlct043623>