svn commit: r520388 - head/devel/shiboken2
Mark Linimon
linimon at FreeBSD.org
Wed Dec 18 17:11:47 UTC 2019
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
More information about the svn-ports-all
mailing list