From 7f02340ab5b1164f92e142dda100067fa4ec78e1 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 12 Mar 2019 05:27:47 +0000 Subject: Fix build on gcc-based architectures: target_compile_features The compiler feature "cxx_auto_type" is not known to CXX compiler Approved by: portmgr (tier-2 blanket) --- www/cutelyst/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/cutelyst') diff --git a/www/cutelyst/Makefile b/www/cutelyst/Makefile index b5da25feaf7c..78b27ef328f5 100644 --- a/www/cutelyst/Makefile +++ b/www/cutelyst/Makefile @@ -11,7 +11,7 @@ COMMENT= C++/Qt web framework LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake localbase qt:5 +USES= cmake compiler:c++11-lang localbase qt:5 USE_GITHUB= yes USE_LDCONFIG= yes USE_QT= qmake_build buildtools_build \ -- cgit v1.2.3