aboutsummaryrefslogtreecommitdiff
path: root/www/cutelyst
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-03-12 05:27:47 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-03-12 05:27:47 +0000
commit7f02340ab5b1164f92e142dda100067fa4ec78e1 (patch)
tree9ff8c9be7a45576e0289fa24f34c7cfc5553da34 /www/cutelyst
parente56df003c19311dea1240a748bae501830bb4493 (diff)
downloadports-7f02340ab5b1164f92e142dda100067fa4ec78e1.tar.gz
ports-7f02340ab5b1164f92e142dda100067fa4ec78e1.zip
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)
Notes
Notes: svn path=/head/; revision=495438
Diffstat (limited to 'www/cutelyst')
-rw-r--r--www/cutelyst/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \